#EEA4D0

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

Shades of Lavender Pink #EEA4D0

Tints of Lavender Pink #EEA4D0

Color information

#EEA4D0 (or 0xEEA4D0) is unknown color: approx Lavender Pink. HEX triplet: EE, A4 and D0. RGB value is (238,164,208). Sum of RGB (Red+Green+Blue) = 238+164+208=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA4D0 is #115B2F. Grayscale: #BFBFBF. Windows color (decimal): -1137456 or 13673710. OLE color: 13673710.

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

Color convert

RGB238164208-
CMYK00.310.130.07
HSL324.32º68.52%78.82%-
HSV(B)324.32º31.09%93.33%-
XYZ59.9249.2866.03-
YUV191.14137.52161.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 164 (64.45% from 255) = 26.89%
BLUE value IS 208 (81.64% from 255) = 34.10%
R=39.02%
G=26.89%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816420800.310.130.07324.3268.5278.82
HexEEA4D001FD7144454f
Octal356244320037157504105117
Binary111011101010010011010000011111110111110100010010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA4D0; }

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

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

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

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

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

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

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

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