#EEA4CD

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

Shades of Lavender Pink #EEA4CD

Tints of Lavender Pink #EEA4CD

Color information

#EEA4CD (or 0xEEA4CD) is unknown color: approx Lavender Pink. HEX triplet: EE, A4 and CD. RGB value is (238,164,205). Sum of RGB (Red+Green+Blue) = 238+164+205=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA4CD is #115B32. Grayscale: #BEBEBE. Windows color (decimal): -1137459 or 13477102. OLE color: 13477102.

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

Color convert

RGB238164205-
CMYK00.310.140.07
HSL326.76º68.52%78.82%-
HSV(B)326.76º31.09%93.33%-
XYZ59.5549.1464.1-
YUV190.8136.02161.67-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 164 (64.45% from 255) = 27.02%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=39.21%
G=27.02%
B=33.77%

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
Decimal23816420500.310.140.07326.7668.5278.82
HexEEA4CD01FE7147454f
Octal356244315037167507105117
Binary111011101010010011001101011111111011110100011110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA4CD; }

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

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

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

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

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

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

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

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