#EAA1DC

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

Shades of Lavender Rose #EAA1DC

Tints of Lavender Rose #EAA1DC

Color information

#EAA1DC (or 0xEAA1DC) is unknown color: approx Lavender Rose. HEX triplet: EA, A1 and DC. RGB value is (234,161,220). Sum of RGB (Red+Green+Blue) = 234+161+220=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA1DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA1DC is #155E23. Grayscale: #BDBDBD. Windows color (decimal): -1400356 or 14459370. OLE color: 14459370.

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

Color convert

RGB234161220-
CMYK00.310.060.08
HSL311.51º63.48%77.45%-
HSV(B)311.51º31.2%91.76%-
XYZ59.5948.1573.86-
YUV189.55145.18159.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.05%
GREEN value IS 161 (63.28% from 255) = 26.18%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=38.05%
G=26.18%
B=35.77%

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
Decimal23416122000.310.060.08311.5163.4877.45
HexEAA1DC01F681383f4d
Octal35224133403761047077115
Binary11101010101000011101110001111111010001001110001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA1DC; }

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

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

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

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

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

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

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

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