#EAA5DD

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

Shades of Lavender Rose #EAA5DD

Tints of Lavender Rose #EAA5DD

Color information

#EAA5DD (or 0xEAA5DD) is unknown color: approx Lavender Rose. HEX triplet: EA, A5 and DD. RGB value is (234,165,221). Sum of RGB (Red+Green+Blue) = 234+165+221=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA5DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA5DD is #155A22. Grayscale: #BFBFBF. Windows color (decimal): -1399331 or 14525930. OLE color: 14525930.

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

Color convert

RGB234165221-
CMYK00.290.060.08
HSL311.3º62.16%78.24%-
HSV(B)311.3º29.49%91.76%-
XYZ60.4449.6274.8-
YUV192.02144.36157.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.74%
GREEN value IS 165 (64.84% from 255) = 26.61%
BLUE value IS 221 (86.72% from 255) = 35.65%
R=37.74%
G=26.61%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416522100.290.060.08311.362.1678.24
HexEAA5DD01D681373e4e
Octal35224533503561046776116
Binary11101010101001011101110101110111010001001101111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA5DD; }

 p { color: rgb(234,165,221); }

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

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

 a { background-color: rgb(234,165,221); }

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

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

 span { border-color: rgb(234,165,221); }

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