#E79AD2

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

Shades of Lavender Rose #E79AD2

Tints of Lavender Rose #E79AD2

Color information

#E79AD2 (or 0xE79AD2) is unknown color: approx Lavender Rose. HEX triplet: E7, 9A and D2. RGB value is (231,154,210). Sum of RGB (Red+Green+Blue) = 231+154+210=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 210 (82.42% from 255 or 35.29% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E79AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E79AD2 is #18652D. Grayscale: #B7B7B7. Windows color (decimal): -1598766 or 13802215. OLE color: 13802215.

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

Color convert

RGB231154210-
CMYK00.330.090.09
HSL316.36º61.6%75.49%-
HSV(B)316.36º33.33%90.59%-
XYZ56.1444.7566.65-
YUV183.41143.01161.95-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.82%
GREEN value IS 154 (60.55% from 255) = 25.88%
BLUE value IS 210 (82.42% from 255) = 35.29%
R=38.82%
G=25.88%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115421000.330.090.09316.3661.675.49
HexE79AD20219913c3e4b
Octal347232322041111147476113
Binary1110011110011010110100100100001100110011001111001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79AD2; }

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

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

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

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

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

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

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

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