#EEA5CA

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

Shades of Lavender Pink #EEA5CA

Tints of Lavender Pink #EEA5CA

Color information

#EEA5CA (or 0xEEA5CA) is unknown color: approx Lavender Pink. HEX triplet: EE, A5 and CA. RGB value is (238,165,202). Sum of RGB (Red+Green+Blue) = 238+165+202=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 202 (79.30% from 255 or 33.39% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5CA is #115A35. Grayscale: #BEBEBE. Windows color (decimal): -1137206 or 13280750. OLE color: 13280750.

HSL color Cylindrical-coordinate representation of color #EEA5CA: hue angle of 329.59º degrees, saturation: 0.68, 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 #EEA5CA is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238165202-
CMYK00.310.150.07
HSL329.59º68.22%79.02%-
HSV(B)329.59º30.67%93.33%-
XYZ59.3849.3562.27-
YUV191.04134.18161.49-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 165 (64.84% from 255) = 27.27%
BLUE value IS 202 (79.30% from 255) = 33.39%
R=39.34%
G=27.27%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816520200.310.150.07329.5968.2279.02
HexEEA5CA01FF714a444f
Octal356245312037177512104117
Binary111011101010010111001010011111111111110100101010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5CA; }

 p { color: rgb(238,165,202); }

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

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

 a { background-color: rgb(238,165,202); }

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

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

 span { border-color: rgb(238,165,202); }

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