#EAA3D2

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

Shades of Lavender Rose #EAA3D2

Tints of Lavender Rose #EAA3D2

Color information

#EAA3D2 (or 0xEAA3D2) is unknown color: approx Lavender Rose. HEX triplet: EA, A3 and D2. RGB value is (234,163,210). Sum of RGB (Red+Green+Blue) = 234+163+210=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA3D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA3D2 is #155C2D. Grayscale: #BDBDBD. Windows color (decimal): -1399854 or 13804522. OLE color: 13804522.

HSL color Cylindrical-coordinate representation of color #EAA3D2: hue angle of 320.28º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA3D2 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB234163210-
CMYK00.300.100.08
HSL320.28º62.83%77.84%-
HSV(B)320.28º30.34%91.76%-
XYZ58.6648.3467.21-
YUV189.59139.52159.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.55%
GREEN value IS 163 (64.06% from 255) = 26.85%
BLUE value IS 210 (82.42% from 255) = 34.60%
R=38.55%
G=26.85%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416321000.300.100.08320.2862.8377.84
HexEAA3D201EA81403f4e
Octal352243322036121050077116
Binary111010101010001111010010011110101010001010000001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA3D2; }

 p { color: rgb(234,163,210); }

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

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

 a { background-color: rgb(234,163,210); }

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

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

 span { border-color: rgb(234,163,210); }

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