#EEA4D2

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

Shades of Lavender Pink #EEA4D2

Tints of Lavender Pink #EEA4D2

Color information

#EEA4D2 (or 0xEEA4D2) is unknown color: approx Lavender Pink. HEX triplet: EE, A4 and D2. RGB value is (238,164,210). Sum of RGB (Red+Green+Blue) = 238+164+210=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 164 (64.45% from 255 or 26.80% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA4D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA4D2 is #115B2D. Grayscale: #BFBFBF. Windows color (decimal): -1137454 or 13804782. OLE color: 13804782.

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

Color convert

RGB238164210-
CMYK00.310.120.07
HSL322.7º68.52%78.82%-
HSV(B)322.7º31.09%93.33%-
XYZ60.1749.3867.33-
YUV191.37138.52161.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.89%
GREEN value IS 164 (64.45% from 255) = 26.80%
BLUE value IS 210 (82.42% from 255) = 34.31%
R=38.89%
G=26.80%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816421000.310.120.07322.768.5278.82
HexEEA4D201FC7143454f
Octal356244322037147503105117
Binary111011101010010011010010011111110011110100001110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA4D2; }

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

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

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

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

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

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

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

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