#E89FD5

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

Shades of Lavender Rose #E89FD5

Tints of Lavender Rose #E89FD5

Color information

#E89FD5 (or 0xE89FD5) is unknown color: approx Lavender Rose. HEX triplet: E8, 9F and D5. RGB value is (232,159,213). Sum of RGB (Red+Green+Blue) = 232+159+213=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 232 - color contains mainly: red. Hex color #E89FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89FD5 is #17602A. Grayscale: #BABABA. Windows color (decimal): -1531947 or 14000104. OLE color: 14000104.

HSL color Cylindrical-coordinate representation of color #E89FD5: hue angle of 315.62º degrees, saturation: 0.61, 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 #E89FD5 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB232159213-
CMYK00.310.080.09
HSL315.62º61.34%76.67%-
HSV(B)315.62º31.47%90.98%-
XYZ57.6946.7668.94-
YUV186.98142.68160.11-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.41%
GREEN value IS 159 (62.5% from 255) = 26.32%
BLUE value IS 213 (83.59% from 255) = 35.26%
R=38.41%
G=26.32%
B=35.26%

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
Decimal23215921300.310.080.09315.6261.3476.67
HexE89FD501F8913c3d4d
Octal350237325037101147475115
Binary111010001001111111010101011111100010011001111001111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89FD5; }

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

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

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

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

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

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

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

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