#EAA4DC

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

Shades of Lavender Rose #EAA4DC

Tints of Lavender Rose #EAA4DC

Color information

#EAA4DC (or 0xEAA4DC) is unknown color: approx Lavender Rose. HEX triplet: EA, A4 and DC. RGB value is (234,164,220). Sum of RGB (Red+Green+Blue) = 234+164+220=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 164 (64.45% from 255 or 26.54% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4DC is #155B23. Grayscale: #BFBFBF. Windows color (decimal): -1399588 or 14460138. OLE color: 14460138.

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

Color convert

RGB234164220-
CMYK00.300.060.08
HSL312º62.5%78.04%-
HSV(B)312º29.91%91.76%-
XYZ60.1349.2174.04-
YUV191.31144.19158.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.86%
GREEN value IS 164 (64.45% from 255) = 26.54%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=37.86%
G=26.54%
B=35.60%

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
Decimal23416422000.300.060.0831262.578.04
HexEAA4DC01E681383e4e
Octal35224433403661047076116
Binary11101010101001001101110001111011010001001110001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA4DC; }

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

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

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

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

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

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

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

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