#EEA9CD

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

Shades of Lavender Pink #EEA9CD

Tints of Lavender Pink #EEA9CD

Color information

#EEA9CD (or 0xEEA9CD) is unknown color: approx Lavender Pink. HEX triplet: EE, A9 and CD. RGB value is (238,169,205). Sum of RGB (Red+Green+Blue) = 238+169+205=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9CD is #115632. Grayscale: #C1C1C1. Windows color (decimal): -1136179 or 13478382. OLE color: 13478382.

HSL color Cylindrical-coordinate representation of color #EEA9CD: hue angle of 328.7º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EEA9CD is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238169205-
CMYK00.290.140.07
HSL328.7º66.99%79.8%-
HSV(B)328.7º28.99%93.33%-
XYZ60.4750.9664.41-
YUV193.74134.36159.57-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 169 (66.41% from 255) = 27.61%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=38.89%
G=27.61%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816920500.290.140.07328.766.9979.8
HexEEA9CD01DE71494350
Octal356251315035167511103120
Binary111011101010100111001101011101111011110100100110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9CD; }

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

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

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

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

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

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

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

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