#E99BD7

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

Shades of Lavender Rose #E99BD7

Tints of Lavender Rose #E99BD7

Color information

#E99BD7 (or 0xE99BD7) is unknown color: approx Lavender Rose. HEX triplet: E9, 9B and D7. RGB value is (233,155,215). Sum of RGB (Red+Green+Blue) = 233+155+215=603 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.64% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 233 - color contains mainly: red. Hex color #E99BD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99BD7 is #166428. Grayscale: #B8B8B8. Windows color (decimal): -1467433 or 14130153. OLE color: 14130153.

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

Color convert

RGB233155215-
CMYK00.330.080.09
HSL313.85º63.93%76.08%-
HSV(B)313.85º33.48%91.37%-
XYZ57.5945.6770.07-
YUV185.16144.84162.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.64%
GREEN value IS 155 (60.94% from 255) = 25.70%
BLUE value IS 215 (84.38% from 255) = 35.66%
R=38.64%
G=25.70%
B=35.66%

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
Decimal23315521500.330.080.09313.8563.9376.08
HexE99BD70218913a404c
Octal3512333270411011472100114
Binary11101001100110111101011101000011000100110011101010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99BD7; }

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

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

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

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

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

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

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

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