#EAA4DE

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

Shades of Lavender Rose #EAA4DE

Tints of Lavender Rose #EAA4DE

Color information

#EAA4DE (or 0xEAA4DE) is unknown color: approx Lavender Rose. HEX triplet: EA, A4 and DE. RGB value is (234,164,222). Sum of RGB (Red+Green+Blue) = 234+164+222=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 164 (64.45% from 255 or 26.45% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4DE is #155B21. Grayscale: #BFBFBF. Windows color (decimal): -1399586 or 14591210. OLE color: 14591210.

HSL color Cylindrical-coordinate representation of color #EAA4DE: hue angle of 310.29º 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 #EAA4DE is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234164222-
CMYK00.300.050.08
HSL310.29º62.5%78.04%-
HSV(B)310.29º29.91%91.76%-
XYZ60.3949.3275.44-
YUV191.54145.19158.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 164 (64.45% from 255) = 26.45%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=37.74%
G=26.45%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416422200.300.050.08310.2962.578.04
HexEAA4DE01E581363e4e
Octal35224433603651046676116
Binary11101010101001001101111001111010110001001101101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA4DE; }

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

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

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

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

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

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

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

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