#EAA1DD

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

Shades of Lavender Rose #EAA1DD

Tints of Lavender Rose #EAA1DD

Color information

#EAA1DD (or 0xEAA1DD) is unknown color: approx Lavender Rose. HEX triplet: EA, A1 and DD. RGB value is (234,161,221). Sum of RGB (Red+Green+Blue) = 234+161+221=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 161 (63.28% from 255 or 26.14% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA1DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA1DD is #155E22. Grayscale: #BDBDBD. Windows color (decimal): -1400355 or 14524906. OLE color: 14524906.

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

Color convert

RGB234161221-
CMYK00.310.060.08
HSL310.68º63.48%77.45%-
HSV(B)310.68º31.2%91.76%-
XYZ59.7348.274.56-
YUV189.67145.68159.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.99%
GREEN value IS 161 (63.28% from 255) = 26.14%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=37.99%
G=26.14%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416122100.310.060.08310.6863.4877.45
HexEAA1DD01F681373f4d
Octal35224133503761046777115
Binary11101010101000011101110101111111010001001101111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA1DD; }

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

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

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

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

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

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

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

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