#EEA4CF

Color #EEA4CF Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #EEA4CF

Tints of Lavender Pink #EEA4CF

Color information

#EEA4CF (or 0xEEA4CF) is unknown color: approx Lavender Pink. HEX triplet: EE, A4 and CF. RGB value is (238,164,207). Sum of RGB (Red+Green+Blue) = 238+164+207=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 207 (81.25% from 255 or 33.99% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA4CF is #115B30. Grayscale: #BEBEBE. Windows color (decimal): -1137457 or 13608174. OLE color: 13608174.

HSL color Cylindrical-coordinate representation of color #EEA4CF: hue angle of 325.14º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EEA4CF is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238164207-
CMYK00.310.130.07
HSL325.14º68.52%78.82%-
HSV(B)325.14º31.09%93.33%-
XYZ59.849.2365.38-
YUV191.03137.02161.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 164 (64.45% from 255) = 26.93%
BLUE value IS 207 (81.25% from 255) = 33.99%
R=39.08%
G=26.93%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816420700.310.130.07325.1468.5278.82
HexEEA4CF01FD7145454f
Octal356244317037157505105117
Binary111011101010010011001111011111110111110100010110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA4CF; }

 p { color: rgb(238,164,207); }

 H1.HeaderClassName
 {
   color: #EEA4CF;
 }
 .AnyTagClassName
 {
   color: #EEA4CF;
 }
</style>
background-color css

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

 a { background-color: rgb(238,164,207); }

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

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

 span { border-color: rgb(238,164,207); }

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