#ED9ED8

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

Shades of Lavender Rose #ED9ED8

Tints of Lavender Rose #ED9ED8

Color information

#ED9ED8 (or 0xED9ED8) is unknown color: approx Lavender Rose. HEX triplet: ED, 9E and D8. RGB value is (237,158,216). Sum of RGB (Red+Green+Blue) = 237+158+216=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9ED8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9ED8 is #126127. Grayscale: #BCBCBC. Windows color (decimal): -1204520 or 14196461. OLE color: 14196461.

HSL color Cylindrical-coordinate representation of color #ED9ED8: hue angle of 315.95º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9ED8 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB237158216-
CMYK00.330.090.07
HSL315.95º68.7%77.45%-
HSV(B)315.95º33.33%92.94%-
XYZ59.5547.4270.98-
YUV188.23143.67162.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.79%
GREEN value IS 158 (62.11% from 255) = 25.86%
BLUE value IS 216 (84.77% from 255) = 35.35%
R=38.79%
G=25.86%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715821600.330.090.07315.9568.777.45
HexED9ED80219713c454d
Octal355236330041117474105115
Binary1110110110011110110110000100001100111110011110010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9ED8; }

 p { color: rgb(237,158,216); }

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

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

 a { background-color: rgb(237,158,216); }

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

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

 span { border-color: rgb(237,158,216); }

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