Html Css Color HEX #E69CA8 Illusion

📋 copy color: '#E69CA8'

red 230 ◦ green 156 ◦ blue 168

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

Shades of Illusion #E69CA8

Tints of Illusion #E69CA8

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.16%

 BLUE value IS 168 (66.02% from 255) = 30.32%

R = 41.52%
G = 28.16%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E69CA8 (or 0xE69CA8) is known color: Illusion. HEX triplet: E6, 9C and A8. RGB value is (230,156,168). Sum of RGB (Red+Green+Blue) = 230+156+168=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69CA8 is #196357. Grayscale: #B3B3B3. Windows color (decimal): -1663832 or 11050214. OLE color: 11050214.

HSL color Cylindrical-coordinate representation of color #E69CA8: hue angle of 350.27º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69CA8 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 156 168 -
CMYK 0 0.32 0.27 0.10
HSL 350.27º 0.6% 0.76% -
HSV(B) 350.27º 0.32% 0.9% -
XYZ 51.59 43.43 42.71 -
YUV 179.49 121.52 164.02 -
System Red Green Blue C M Y K H S L
Decimal 230 156 168 0 0.32 0.27 0.10 350.27 0.6 0.76
Hex E6 9C A8 0 20 1B A 15E 3C 4C
Octal 346 234 250 0 40 33 12 536 74 114
Binary 11100110 10011100 10101000 0 100000 11011 1010 101011110 111100 1001100

Color Harmonies of #E69CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69CA8

Black with #E69CA8

Text Example


Text Example

White with #E69CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69CA8; }

 p { color: rgb(230,156,168); }

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

background-color css

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

 a { background-color: rgb(230,156,168); }

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

border-color css

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

 span { border-color: rgb(230,156,168); }

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