#ED9FD9

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

Shades of Lavender Rose #ED9FD9

Tints of Lavender Rose #ED9FD9

Color information

#ED9FD9 (or 0xED9FD9) is unknown color: approx Lavender Rose. HEX triplet: ED, 9F and D9. RGB value is (237,159,217). Sum of RGB (Red+Green+Blue) = 237+159+217=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FD9 is #126026. Grayscale: #BCBCBC. Windows color (decimal): -1204263 or 14262253. OLE color: 14262253.

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

Color convert

RGB237159217-
CMYK00.330.080.07
HSL315.38º68.42%77.65%-
HSV(B)315.38º32.91%92.94%-
XYZ59.8547.8171.72-
YUV188.93143.84162.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 159 (62.5% from 255) = 25.94%
BLUE value IS 217 (85.16% from 255) = 35.40%
R=38.66%
G=25.94%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715921700.330.080.07315.3868.4277.65
HexED9FD90218713b444e
Octal355237331041107473104116
Binary1110110110011111110110010100001100011110011101110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9FD9; }

 p { color: rgb(237,159,217); }

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

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

 a { background-color: rgb(237,159,217); }

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

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

 span { border-color: rgb(237,159,217); }

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