COLOR #E6A0FF

HEX: #E6A0FF
RGB: (230,160,255)

Renk bilgisi

#E6A0FF contains mainly red and blue colors. #E6A0FF ‘ nin web güvenlik rengi #CC99FF (ya da #C9F) dir.

RGB renk modeli

#E6A0FF color RGB value is (230,160,255).

  • kırmız ton 230;
  • yeşil ton 160;
  • mavi ton 255.
RGB:
(230,160,255)
(90%,63%,100%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 160 of 255 = 63%
B 255 of 255 = 100%

230
160
255

R + G + B ~ 84%. #E6A0FF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 160 + 255 = 645 (100%)
R 230 of 645 ~ 35.66%
G 160 of 645 ~ 24.81%
B 255 of 645 ~ 39.53%

%35.66
%24.81
%39.53

CMYK RENK MODELİ

#E6A0FF rengi CMYK tonu (10,37,0,0).

  • camgöbeği tonu 9.80%
  • eflatun tonu 37.25%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(10,37,0,0)
C10M37Y0K0 
(10%,37%,0%,0%)
(0.10/0.37/0.00/0.00)	

CMYK yüzdeleri

%9.8
%37.25
%0
%0

Codes

Color #E6A0FF in popluar color models

E6A0FF
RGB230160255
HSL284°100.00%81.37%
HSB/HSV284°37.25%100.00%
CMYK9.80%37.25%0.00%
0.00%

Color #E6A0FF in popluar number systems.

HEXE6A0FF
Decimal230160255
Binary111001101010000011111111
Octal346240377

Shades and tints

Shades of #E6A0FF

#E6A0FF
(230,160,255)
#D292E8
(210,146,232)
#BE84D1
(190,132,209)
#AA76BA
(170,118,186)
#9668A3
(150,104,163)
#825A8C
(130,90,140)
#6E4C75
(110,76,117)
#5A3E5E
(90,62,94)
#463047
(70,48,71)
#322230
(50,34,48)
#1E1419
(30,20,25)
#000000
(0,0,0)

Tints of #E6A0FF

#E6A0FF
(230,160,255)
#E8A8FF
(232,168,255)
#EAB0FF
(234,176,255)
#ECB8FF
(236,184,255)
#EEC0FF
(238,192,255)
#F0C8FF
(240,200,255)
#F2D0FF
(242,208,255)
#F4D8FF
(244,216,255)
#F6E0FF
(246,224,255)
#F8E8FF
(248,232,255)
#FAF0FF
(250,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A0FF color. Also use rgb(230,160,255) instead hex code.

Text Font Color

.myTextColor { color: #E6A0FF; }

<p style="color:#E6A0FF">This sample text font color is #E6A0FF.</p>

This text font color is #E6A0FF.


Background Color

.myBgColor { background-color: #E6A0FF; }

<div style="background-color:#E6A0FF">Inner text</div>

This div background color is #E6A0FF.


Border color

.myBorderColor { border: 1px solid #E6A0FF; }

<div style="border:3px solid #E6A0FF">Div</div>

This div border color is #E6A0FF.


Opacity

.myOpacity80 { color: #E6A0FF; opacity: 0.8; }

<p style="color:#E6A0FF;opacity:0.8;">80%</p>

Text with #E6A0FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E6A0FF;}

<p style="text-shadow: 3px 3px 1px #E6A0FF">Text here.</p>

This text has shadow with #E6A0FF color.

.textShadow {text-shadow: 3px 3px 1px #E6A0FF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E6A0FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #E6A0FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6A0FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E6A0FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #E6A0FF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E6A0FF;
  -webkit-box-shadow:	1px 1px 3px 2px #E6A0FF;
  box-shadow:		1px 1px 3px 2px #E6A0FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6A0FF;
-webkit-box-shadow: 1px 1px 3px 2px #E6A0FF;
box-shadow:1px 1px 3px 2px #E6A0FF;">
Div content here</div>
This div box has shadow with color #E6A0FF.

Preview

Color preview on black background

This text has color #E6A0FF on black background.


Color preview on white background

This text has color #E6A0FF on white background.



Black color preview on #E6A0FF background

This text has black color on #E6A0FF background.


White color preview on #E6A0FF background

This text has white color on #E6A0FF background.