#EEA9CA

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

Shades of Lavender Pink #EEA9CA

Tints of Lavender Pink #EEA9CA

Color information

#EEA9CA (or 0xEEA9CA) is unknown color: approx Lavender Pink. HEX triplet: EE, A9 and CA. RGB value is (238,169,202). Sum of RGB (Red+Green+Blue) = 238+169+202=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA9CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA9CA is #115635. Grayscale: #C1C1C1. Windows color (decimal): -1136182 or 13281774. OLE color: 13281774.

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

Color convert

RGB238169202-
CMYK00.290.150.07
HSL331.3º66.99%79.8%-
HSV(B)331.3º28.99%93.33%-
XYZ60.1150.8262.52-
YUV193.39132.86159.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.08%
GREEN value IS 169 (66.41% from 255) = 27.75%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=39.08%
G=27.75%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816920200.290.150.07331.366.9979.8
HexEEA9CA01DF714b4350
Octal356251312035177513103120
Binary111011101010100111001010011101111111110100101110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA9CA; }

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

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

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

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

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

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

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

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