#E89BD2

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

Shades of Lavender Rose #E89BD2

Tints of Lavender Rose #E89BD2

Color information

#E89BD2 (or 0xE89BD2) is unknown color: approx Lavender Rose. HEX triplet: E8, 9B and D2. RGB value is (232,155,210). Sum of RGB (Red+Green+Blue) = 232+155+210=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 232 - color contains mainly: red. Hex color #E89BD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E89BD2 is #17642D. Grayscale: #B8B8B8. Windows color (decimal): -1532974 or 13802472. OLE color: 13802472.

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

Color convert

RGB232155210-
CMYK00.330.090.09
HSL317.14º62.6%75.88%-
HSV(B)317.14º33.19%90.98%-
XYZ56.6345.2566.72-
YUV184.29142.51162.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.86%
GREEN value IS 155 (60.94% from 255) = 25.96%
BLUE value IS 210 (82.42% from 255) = 35.18%
R=38.86%
G=25.96%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215521000.330.090.09317.1462.675.88
HexE89BD20219913d3f4c
Octal350233322041111147577114
Binary1110100010011011110100100100001100110011001111011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E89BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E89BD2; }

 p { color: rgb(232,155,210); }

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

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

 a { background-color: rgb(232,155,210); }

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

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

 span { border-color: rgb(232,155,210); }

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