#E9A6DC

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

Shades of Lavender Rose #E9A6DC

Tints of Lavender Rose #E9A6DC

Color information

#E9A6DC (or 0xE9A6DC) is unknown color: approx Lavender Rose. HEX triplet: E9, A6 and DC. RGB value is (233,166,220). Sum of RGB (Red+Green+Blue) = 233+166+220=619 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.64% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A6DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A6DC is #165923. Grayscale: #C0C0C0. Windows color (decimal): -1464612 or 14460649. OLE color: 14460649.

HSL color Cylindrical-coordinate representation of color #E9A6DC: hue angle of 311.64º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E9A6DC is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233166220-
CMYK00.290.060.09
HSL311.64º60.36%78.24%-
HSV(B)311.64º28.76%91.37%-
XYZ60.1649.7674.14-
YUV192.19143.7157.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 37.64%
GREEN value IS 166 (65.23% from 255) = 26.82%
BLUE value IS 220 (86.33% from 255) = 35.54%
R=37.64%
G=26.82%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23316622000.290.060.09311.6460.3678.24
HexE9A6DC01D691383c4e
Octal35124633403561147074116
Binary11101001101001101101110001110111010011001110001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A6DC; }

 p { color: rgb(233,166,220); }

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

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

 a { background-color: rgb(233,166,220); }

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

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

 span { border-color: rgb(233,166,220); }

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