Html Css Color HEX #E6A0B6 Illusion

📋 copy color: '#E6A0B6'

red 230 ◦ green 160 ◦ blue 182

#E6A0B6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Illusion #E6A0B6

Tints of Illusion #E6A0B6

RGB

 RED value IS 230 (90.23% from 255) = 40.21%

 GREEN value IS 160 (62.89% from 255) = 27.97%

 BLUE value IS 182 (71.48% from 255) = 31.82%

R = 40.21%
G = 27.97%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E6A0B6 (or 0xE6A0B6) is known color: Illusion. HEX triplet: E6, A0 and B6. RGB value is (230,160,182). Sum of RGB (Red+Green+Blue) = 230+160+182=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 160 (62.89% from 255 or 27.97% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A0B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E6A0B6 is #195F49. Grayscale: #B7B7B7. Windows color (decimal): -1662794 or 11968742. OLE color: 11968742.

HSL color Cylindrical-coordinate representation of color #E6A0B6: hue angle of 341.14º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6A0B6 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 160 182 -
CMYK 0 0.30 0.21 0.10
HSL 341.14º 0.58% 0.76% -
HSV(B) 341.14º 0.3% 0.9% -
XYZ 53.65 45.34 50.18 -
YUV 183.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 230 160 182 0 0.30 0.21 0.10 341.14 0.58 0.76
Hex E6 A0 B6 0 1E 15 A 155 3A 4C
Octal 346 240 266 0 36 25 12 525 72 114
Binary 11100110 10100000 10110110 0 11110 10101 1010 101010101 111010 1001100

Color Harmonies of #E6A0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A0B6

Black with #E6A0B6

Text Example


Text Example

White with #E6A0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A0B6; }

 p { color: rgb(230,160,182); }

 H1.HeaderClassName
 {
   color: #E6A0B6;
 }
 .AnyTagClassName
 {
   color: #E6A0B6;
 }
</style>

background-color css

<style>
 a { background-color: #E6A0B6; }

 a { background-color: rgb(230,160,182); }

 div.DivClassName
 {
   background-color: #E6A0B6;
 }
 .BgClassName
 {
   background-color: #E6A0B6;
 }
</style>

border-color css

<style>
 span { border-color: #E6A0B6; }

 span { border-color: rgb(230,160,182); }

 td.TdClassName
 {
   border-color: #E6A0B6;
 }
 .TagClassName
 {
   border-color: #E6A0B6;
 }
</style>