#EEA2CF

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

Shades of Lavender Pink #EEA2CF

Tints of Lavender Pink #EEA2CF

Color information

#EEA2CF (or 0xEEA2CF) is unknown color: approx Lavender Pink. HEX triplet: EE, A2 and CF. RGB value is (238,162,207). Sum of RGB (Red+Green+Blue) = 238+162+207=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA2CF is #115D30. Grayscale: #BDBDBD. Windows color (decimal): -1137969 or 13607662. OLE color: 13607662.

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

Color convert

RGB238162207-
CMYK00.320.130.07
HSL324.47º69.09%78.43%-
HSV(B)324.47º31.93%93.33%-
XYZ59.4448.5265.26-
YUV189.85137.68162.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 162 (63.67% from 255) = 26.69%
BLUE value IS 207 (81.25% from 255) = 34.10%
R=39.21%
G=26.69%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816220700.320.130.07324.4769.0978.43
HexEEA2CF020D7144454e
Octal356242317040157504105116
Binary1110111010100010110011110100000110111110100010010001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA2CF; }

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

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

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

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

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

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

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

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