#EEA5CC

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

Shades of Lavender Pink #EEA5CC

Tints of Lavender Pink #EEA5CC

Color information

#EEA5CC (or 0xEEA5CC) is unknown color: approx Lavender Pink. HEX triplet: EE, A5 and CC. RGB value is (238,165,204). Sum of RGB (Red+Green+Blue) = 238+165+204=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5CC is #115A33. Grayscale: #BFBFBF. Windows color (decimal): -1137204 or 13411822. OLE color: 13411822.

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

Color convert

RGB238165204-
CMYK00.310.140.07
HSL327.95º68.22%79.02%-
HSV(B)327.95º30.67%93.33%-
XYZ59.6149.4563.53-
YUV191.27135.18161.33-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 165 (64.84% from 255) = 27.18%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=39.21%
G=27.18%
B=33.61%

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
Decimal23816520400.310.140.07327.9568.2279.02
HexEEA5CC01FE7148444f
Octal356245314037167510104117
Binary111011101010010111001100011111111011110100100010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5CC; }

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

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

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

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

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

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

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

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