#E89CD5

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

Shades of Lavender Rose #E89CD5

Tints of Lavender Rose #E89CD5

Color information

#E89CD5 (or 0xE89CD5) is unknown color: approx Lavender Rose. HEX triplet: E8, 9C and D5. RGB value is (232,156,213). Sum of RGB (Red+Green+Blue) = 232+156+213=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 156 (61.33% from 255 or 25.96% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E89CD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89CD5 is #17632A. Grayscale: #B9B9B9. Windows color (decimal): -1532715 or 13999336. OLE color: 13999336.

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

Color convert

RGB232156213-
CMYK00.330.080.09
HSL315º62.3%76.08%-
HSV(B)315º32.76%90.98%-
XYZ57.1845.7468.77-
YUV185.22143.68161.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.60%
GREEN value IS 156 (61.33% from 255) = 25.96%
BLUE value IS 213 (83.59% from 255) = 35.44%
R=38.60%
G=25.96%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215621300.330.080.0931562.376.08
HexE89CD50218913b3e4c
Octal350234325041101147376114
Binary1110100010011100110101010100001100010011001110111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89CD5; }

 p { color: rgb(232,156,213); }

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

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

 a { background-color: rgb(232,156,213); }

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

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

 span { border-color: rgb(232,156,213); }

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