#EAA4DB

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

Shades of Lavender Rose #EAA4DB

Tints of Lavender Rose #EAA4DB

Color information

#EAA4DB (or 0xEAA4DB) is unknown color: approx Lavender Rose. HEX triplet: EA, A4 and DB. RGB value is (234,164,219). Sum of RGB (Red+Green+Blue) = 234+164+219=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4DB is #155B24. Grayscale: #BFBFBF. Windows color (decimal): -1399589 or 14394602. OLE color: 14394602.

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

Color convert

RGB234164219-
CMYK00.300.060.08
HSL312.86º62.5%78.04%-
HSV(B)312.86º29.91%91.76%-
XYZ59.9949.1673.34-
YUV191.2143.69158.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.93%
GREEN value IS 164 (64.45% from 255) = 26.58%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=37.93%
G=26.58%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416421900.300.060.08312.8662.578.04
HexEAA4DB01E681393e4e
Octal35224433303661047176116
Binary11101010101001001101101101111011010001001110011111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA4DB; }

 p { color: rgb(234,164,219); }

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

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

 a { background-color: rgb(234,164,219); }

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

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

 span { border-color: rgb(234,164,219); }

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