#E99ED3

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

Shades of Lavender Rose #E99ED3

Tints of Lavender Rose #E99ED3

Color information

#E99ED3 (or 0xE99ED3) is unknown color: approx Lavender Rose. HEX triplet: E9, 9E and D3. RGB value is (233,158,211). Sum of RGB (Red+Green+Blue) = 233+158+211=602 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.70% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 233 - color contains mainly: red. Hex color #E99ED3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E99ED3 is #16612C. Grayscale: #BABABA. Windows color (decimal): -1466669 or 13868777. OLE color: 13868777.

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

Color convert

RGB233158211-
CMYK00.320.090.09
HSL317.6º63.03%76.67%-
HSV(B)317.6º32.19%91.37%-
XYZ57.5946.4867.56-
YUV186.47141.85161.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.70%
GREEN value IS 158 (62.11% from 255) = 26.25%
BLUE value IS 211 (82.81% from 255) = 35.05%
R=38.70%
G=26.25%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315821100.320.090.09317.663.0376.67
HexE99ED30209913e3f4d
Octal351236323040111147677115
Binary1110100110011110110100110100000100110011001111101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99ED3; }

 p { color: rgb(233,158,211); }

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

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

 a { background-color: rgb(233,158,211); }

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

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

 span { border-color: rgb(233,158,211); }

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