Html Css Color HEX #E8A8CE Lavender Pink

📋 copy color: '#E8A8CE'

red 232 ◦ green 168 ◦ blue 206

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

Shades of Lavender Pink #E8A8CE

Tints of Lavender Pink #E8A8CE

RGB

 RED value IS 232 (91.02% from 255) = 38.28%

 GREEN value IS 168 (66.02% from 255) = 27.72%

 BLUE value IS 206 (80.86% from 255) = 33.99%

R = 38.28%
G = 27.72%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E8A8CE (or 0xE8A8CE) is known color: Lavender Pink. HEX triplet: E8, A8 and CE. RGB value is (232,168,206). Sum of RGB (Red+Green+Blue) = 232+168+206=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A8CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E8A8CE is #175731. Grayscale: #BFBFBF. Windows color (decimal): -1529650 or 13543656. OLE color: 13543656.

HSL color Cylindrical-coordinate representation of color #E8A8CE: hue angle of 324.38º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E8A8CE is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 168 206 -
CMYK 0 0.28 0.11 0.09
HSL 324.38º 0.58% 0.78% -
HSV(B) 324.38º 0.28% 0.91% -
XYZ 58.42 49.62 64.89 -
YUV 191.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 232 168 206 0 0.28 0.11 0.09 324.38 0.58 0.78
Hex E8 A8 CE 0 1C B 9 144 3A 4E
Octal 350 250 316 0 34 13 11 504 72 116
Binary 11101000 10101000 11001110 0 11100 1011 1001 101000100 111010 1001110

Color Harmonies of #E8A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A8CE

Black with #E8A8CE

Text Example


Text Example

White with #E8A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A8CE; }

 p { color: rgb(232,168,206); }

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

background-color css

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

 a { background-color: rgb(232,168,206); }

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

border-color css

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

 span { border-color: rgb(232,168,206); }

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