#eaa1d8

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

Shades of Lavender Rose #EAA1D8

Tints of Lavender Rose #EAA1D8

Color information

#EAA1D8 (or 0xEAA1D8) is unknown color: approx Lavender Rose. HEX triplet: EA, A1 and D8. RGB value is (234,161,216). Sum of RGB (Red+Green+Blue) = 234+161+216=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA1D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA1D8 is #155E27. Grayscale: #BCBCBC. Windows color (decimal): -1400360 or 14197226. OLE color: 14197226.

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

Color convert

RGB234161216-
CMYK00.310.080.08
HSL314.79º63.48%77.45%-
HSV(B)314.79º31.2%91.76%-
XYZ59.0747.9471.11-
YUV189.1143.18160.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 161 (63.28% from 255) = 26.35%
BLUE value IS 216 (84.77% from 255) = 35.35%
R=38.30%
G=26.35%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416121600.310.080.08314.7963.4877.45
HexEAA1D801F8813b3f4d
Octal352241330037101047377115
Binary111010101010000111011000011111100010001001110111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaa1d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaa1d8; }

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

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

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

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

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

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

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

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