#EAA4D2

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

Shades of Lavender Rose #EAA4D2

Tints of Lavender Rose #EAA4D2

Color information

#EAA4D2 (or 0xEAA4D2) is unknown color: approx Lavender Rose. HEX triplet: EA, A4 and D2. RGB value is (234,164,210). Sum of RGB (Red+Green+Blue) = 234+164+210=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4D2 is #155B2D. Grayscale: #BEBEBE. Windows color (decimal): -1399598 or 13804778. OLE color: 13804778.

HSL color Cylindrical-coordinate representation of color #EAA4D2: hue angle of 320.57º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA4D2 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB234164210-
CMYK00.300.100.08
HSL320.57º62.5%78.04%-
HSV(B)320.57º29.91%91.76%-
XYZ58.8448.767.27-
YUV190.17139.19159.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.49%
GREEN value IS 164 (64.45% from 255) = 26.97%
BLUE value IS 210 (82.42% from 255) = 34.54%
R=38.49%
G=26.97%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416421000.300.100.08320.5762.578.04
HexEAA4D201EA81413e4e
Octal352244322036121050176116
Binary111010101010010011010010011110101010001010000011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA4D2; }

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

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

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

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

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

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

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

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