#E7A2D1

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

Shades of Lavender Rose #E7A2D1

Tints of Lavender Rose #E7A2D1

Color information

#E7A2D1 (or 0xE7A2D1) is unknown color: approx Lavender Rose. HEX triplet: E7, A2 and D1. RGB value is (231,162,209). Sum of RGB (Red+Green+Blue) = 231+162+209=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 162 (63.67% from 255 or 26.91% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A2D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A2D1 is #185D2E. Grayscale: #BBBBBB. Windows color (decimal): -1596719 or 13738727. OLE color: 13738727.

HSL color Cylindrical-coordinate representation of color #E7A2D1: hue angle of 319.13º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7A2D1 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB231162209-
CMYK00.300.100.09
HSL319.13º58.97%77.06%-
HSV(B)319.13º29.87%90.59%-
XYZ57.3847.4366.45-
YUV187.99139.86158.68-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 162 (63.67% from 255) = 26.91%
BLUE value IS 209 (82.03% from 255) = 34.72%
R=38.37%
G=26.91%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116220900.300.100.09319.1358.9777.06
HexE7A2D101EA913f3b4d
Octal347242321036121147773115
Binary111001111010001011010001011110101010011001111111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A2D1; }

 p { color: rgb(231,162,209); }

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

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

 a { background-color: rgb(231,162,209); }

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

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

 span { border-color: rgb(231,162,209); }

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