#E9A1D7

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

Shades of Lavender Rose #E9A1D7

Tints of Lavender Rose #E9A1D7

Color information

#E9A1D7 (or 0xE9A1D7) is unknown color: approx Lavender Rose. HEX triplet: E9, A1 and D7. RGB value is (233,161,215). Sum of RGB (Red+Green+Blue) = 233+161+215=609 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.26% from 609); Green value is 161 (63.28% from 255 or 26.44% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A1D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A1D7 is #165E28. Grayscale: #BCBCBC. Windows color (decimal): -1465897 or 14131689. OLE color: 14131689.

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

Color convert

RGB233161215-
CMYK00.310.080.09
HSL315º62.07%77.25%-
HSV(B)315º30.9%91.37%-
XYZ58.6147.7270.41-
YUV188.68142.85159.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.26%
GREEN value IS 161 (63.28% from 255) = 26.44%
BLUE value IS 215 (84.38% from 255) = 35.30%
R=38.26%
G=26.44%
B=35.30%

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
Decimal23316121500.310.080.0931562.0777.25
HexE9A1D701F8913b3e4d
Octal351241327037101147376115
Binary111010011010000111010111011111100010011001110111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9A1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9A1D7; }

 p { color: rgb(233,161,215); }

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

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

 a { background-color: rgb(233,161,215); }

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

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

 span { border-color: rgb(233,161,215); }

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