#EAA9D8

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

Shades of Lavender Rose #EAA9D8

Tints of Lavender Rose #EAA9D8

Color information

#EAA9D8 (or 0xEAA9D8) is unknown color: approx Lavender Rose. HEX triplet: EA, A9 and D8. RGB value is (234,169,216). Sum of RGB (Red+Green+Blue) = 234+169+216=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 169 (66.41% from 255 or 27.30% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9D8 is #155627. Grayscale: #C1C1C1. Windows color (decimal): -1398312 or 14199274. OLE color: 14199274.

HSL color Cylindrical-coordinate representation of color #EAA9D8: hue angle of 316.62º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9D8 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB234169216-
CMYK00.280.080.08
HSL316.62º60.75%79.02%-
HSV(B)316.62º27.78%91.76%-
XYZ60.5150.8371.59-
YUV193.79140.53156.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 169 (66.41% from 255) = 27.30%
BLUE value IS 216 (84.77% from 255) = 34.89%
R=37.80%
G=27.30%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416921600.280.080.08316.6260.7579.02
HexEAA9D801C8813d3d4f
Octal352251330034101047575117
Binary111010101010100111011000011100100010001001111011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA9D8; }

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

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

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

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

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

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

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

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