#E796D2

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

Shades of Lavender Rose #E796D2

Tints of Lavender Rose #E796D2

Color information

#E796D2 (or 0xE796D2) is unknown color: approx Lavender Rose. HEX triplet: E7, 96 and D2. RGB value is (231,150,210). Sum of RGB (Red+Green+Blue) = 231+150+210=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E796D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E796D2 is #18692D. Grayscale: #B4B4B4. Windows color (decimal): -1599790 or 13801191. OLE color: 13801191.

HSL color Cylindrical-coordinate representation of color #E796D2: hue angle of 315.56º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E796D2 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB231150210-
CMYK00.350.090.09
HSL315.56º62.79%74.71%-
HSV(B)315.56º35.06%90.59%-
XYZ55.4943.4566.44-
YUV181.06144.34163.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.09%
GREEN value IS 150 (58.98% from 255) = 25.38%
BLUE value IS 210 (82.42% from 255) = 35.53%
R=39.09%
G=25.38%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115021000.350.090.09315.5662.7974.71
HexE796D20239913c3f4b
Octal347226322043111147477113
Binary1110011110010110110100100100011100110011001111001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E796D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E796D2; }

 p { color: rgb(231,150,210); }

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

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

 a { background-color: rgb(231,150,210); }

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

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

 span { border-color: rgb(231,150,210); }

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