Html Css Color HEX #E9AFCC Lavender Pink

📋 copy color: '#E9AFCC'

red 233 ◦ green 175 ◦ blue 204

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

Shades of Lavender Pink #E9AFCC

Tints of Lavender Pink #E9AFCC

RGB

 RED value IS 233 (91.41% from 255) = 38.07%

 GREEN value IS 175 (68.75% from 255) = 28.59%

 BLUE value IS 204 (80.08% from 255) = 33.33%

R = 38.07%
G = 28.59%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E9AFCC (or 0xE9AFCC) is known color: Lavender Pink. HEX triplet: E9, AF and CC. RGB value is (233,175,204). Sum of RGB (Red+Green+Blue) = 233+175+204=612 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.07% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AFCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9AFCC is #165033. Grayscale: #C3C3C3. Windows color (decimal): -1462324 or 13414377. OLE color: 13414377.

HSL color Cylindrical-coordinate representation of color #E9AFCC: hue angle of 330º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9AFCC is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 175 204 -
CMYK 0 0.25 0.12 0.09
HSL 330º 0.57% 0.8% -
HSV(B) 330º 0.25% 0.91% -
XYZ 59.83 52.34 64.08 -
YUV 195.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 233 175 204 0 0.25 0.12 0.09 330 0.57 0.8
Hex E9 AF CC 0 19 C 9 14A 39 50
Octal 351 257 314 0 31 14 11 512 71 120
Binary 11101001 10101111 11001100 0 11001 1100 1001 101001010 111001 1010000

Color Harmonies of #E9AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AFCC

Black with #E9AFCC

Text Example


Text Example

White with #E9AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AFCC; }

 p { color: rgb(233,175,204); }

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

background-color css

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

 a { background-color: rgb(233,175,204); }

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

border-color css

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

 span { border-color: rgb(233,175,204); }

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