#E79FD5

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

Shades of Lavender Rose #E79FD5

Tints of Lavender Rose #E79FD5

Color information

#E79FD5 (or 0xE79FD5) is unknown color: approx Lavender Rose. HEX triplet: E7, 9F and D5. RGB value is (231,159,213). Sum of RGB (Red+Green+Blue) = 231+159+213=603 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.31% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 231 - color contains mainly: red. Hex color #E79FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79FD5 is #18602A. Grayscale: #BABABA. Windows color (decimal): -1597483 or 14000103. OLE color: 14000103.

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

Color convert

RGB231159213-
CMYK00.310.080.09
HSL315º60%76.47%-
HSV(B)315º31.17%90.59%-
XYZ57.3646.5968.92-
YUV186.68142.85159.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.31%
GREEN value IS 159 (62.5% from 255) = 26.37%
BLUE value IS 213 (83.59% from 255) = 35.32%
R=38.31%
G=26.37%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115921300.310.080.093156076.47
HexE79FD501F8913b3c4c
Octal347237325037101147374114
Binary111001111001111111010101011111100010011001110111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79FD5; }

 p { color: rgb(231,159,213); }

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

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

 a { background-color: rgb(231,159,213); }

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

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

 span { border-color: rgb(231,159,213); }

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