#EEA5CD

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

Shades of Lavender Pink #EEA5CD

Tints of Lavender Pink #EEA5CD

Color information

#EEA5CD (or 0xEEA5CD) is unknown color: approx Lavender Pink. HEX triplet: EE, A5 and CD. RGB value is (238,165,205). Sum of RGB (Red+Green+Blue) = 238+165+205=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 205 (80.47% from 255 or 33.72% from 608); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5CD is #115A32. Grayscale: #BFBFBF. Windows color (decimal): -1137203 or 13477358. OLE color: 13477358.

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

Color convert

RGB238165205-
CMYK00.310.140.07
HSL327.12º68.22%79.02%-
HSV(B)327.12º30.67%93.33%-
XYZ59.7349.564.16-
YUV191.39135.68161.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.14%
GREEN value IS 165 (64.84% from 255) = 27.14%
BLUE value IS 205 (80.47% from 255) = 33.72%
R=39.14%
G=27.14%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816520500.310.140.07327.1268.2279.02
HexEEA5CD01FE7147444f
Octal356245315037167507104117
Binary111011101010010111001101011111111011110100011110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5CD; }

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

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

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

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

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

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

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

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