#E7A1D2

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

Shades of Lavender Rose #E7A1D2

Tints of Lavender Rose #E7A1D2

Color information

#E7A1D2 (or 0xE7A1D2) is unknown color: approx Lavender Rose. HEX triplet: E7, A1 and D2. RGB value is (231,161,210). Sum of RGB (Red+Green+Blue) = 231+161+210=602 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.37% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1D2 is #185E2D. Grayscale: #BBBBBB. Windows color (decimal): -1596974 or 13804007. OLE color: 13804007.

HSL color Cylindrical-coordinate representation of color #E7A1D2: hue angle of 318º 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 #E7A1D2 is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB231161210-
CMYK00.300.090.09
HSL318º59.32%76.86%-
HSV(B)318º30.3%90.59%-
XYZ57.3347.1367.05-
YUV187.52140.69159.02-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.37%
GREEN value IS 161 (63.28% from 255) = 26.74%
BLUE value IS 210 (82.42% from 255) = 34.88%
R=38.37%
G=26.74%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116121000.300.090.0931859.3276.86
HexE7A1D201E9913e3b4d
Octal347241322036111147673115
Binary111001111010000111010010011110100110011001111101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A1D2; }

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

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

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

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

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

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

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

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