#E798D2

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

Shades of Lavender Rose #E798D2

Tints of Lavender Rose #E798D2

Color information

#E798D2 (or 0xE798D2) is unknown color: approx Lavender Rose. HEX triplet: E7, 98 and D2. RGB value is (231,152,210). Sum of RGB (Red+Green+Blue) = 231+152+210=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E798D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E798D2 is #18672D. Grayscale: #B6B6B6. Windows color (decimal): -1599278 or 13801703. OLE color: 13801703.

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

Color convert

RGB231152210-
CMYK00.340.090.09
HSL315.95º62.2%75.1%-
HSV(B)315.95º34.2%90.59%-
XYZ55.8244.166.54-
YUV182.23143.67162.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.95%
GREEN value IS 152 (59.77% from 255) = 25.63%
BLUE value IS 210 (82.42% from 255) = 35.41%
R=38.95%
G=25.63%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115221000.340.090.09315.9562.275.1
HexE798D20229913c3e4b
Octal347230322042111147476113
Binary1110011110011000110100100100010100110011001111001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E798D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E798D2; }

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

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

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

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

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

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

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

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