#ED9FD5

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

Shades of Lavender Rose #ED9FD5

Tints of Lavender Rose #ED9FD5

Color information

#ED9FD5 (or 0xED9FD5) is unknown color: approx Lavender Rose. HEX triplet: ED, 9F and D5. RGB value is (237,159,213). Sum of RGB (Red+Green+Blue) = 237+159+213=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FD5 is #12602A. Grayscale: #BCBCBC. Windows color (decimal): -1204267 or 14000109. OLE color: 14000109.

HSL color Cylindrical-coordinate representation of color #ED9FD5: hue angle of 318.46º 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 #ED9FD5 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB237159213-
CMYK00.330.100.07
HSL318.46º68.42%77.65%-
HSV(B)318.46º32.91%92.94%-
XYZ59.3347.669.01-
YUV188.48141.84162.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 159 (62.5% from 255) = 26.11%
BLUE value IS 213 (83.59% from 255) = 34.98%
R=38.92%
G=26.11%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715921300.330.100.07318.4668.4277.65
HexED9FD5021A713e444e
Octal355237325041127476104116
Binary1110110110011111110101010100001101011110011111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9FD5; }

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

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

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

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

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

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

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

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