#EAA6DE

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

Shades of Lavender Rose #EAA6DE

Tints of Lavender Rose #EAA6DE

Color information

#EAA6DE (or 0xEAA6DE) is unknown color: approx Lavender Rose. HEX triplet: EA, A6 and DE. RGB value is (234,166,222). Sum of RGB (Red+Green+Blue) = 234+166+222=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA6DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA6DE is #155921. Grayscale: #C0C0C0. Windows color (decimal): -1399074 or 14591722. OLE color: 14591722.

HSL color Cylindrical-coordinate representation of color #EAA6DE: hue angle of 310.59º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA6DE is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB234166222-
CMYK00.290.050.08
HSL310.59º61.82%78.43%-
HSV(B)310.59º29.06%91.76%-
XYZ60.7550.0475.56-
YUV192.72144.53157.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.62%
GREEN value IS 166 (65.23% from 255) = 26.69%
BLUE value IS 222 (87.11% from 255) = 35.69%
R=37.62%
G=26.69%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416622200.290.050.08310.5961.8278.43
HexEAA6DE01D581373e4e
Octal35224633603551046776116
Binary11101010101001101101111001110110110001001101111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA6DE; }

 p { color: rgb(234,166,222); }

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

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

 a { background-color: rgb(234,166,222); }

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

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

 span { border-color: rgb(234,166,222); }

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