#ED9FE1

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

Shades of Lavender Rose #ED9FE1

Tints of Lavender Rose #ED9FE1

Color information

#ED9FE1 (or 0xED9FE1) is unknown color: approx Lavender Rose. HEX triplet: ED, 9F and E1. RGB value is (237,159,225). Sum of RGB (Red+Green+Blue) = 237+159+225=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FE1 is #12601E. Grayscale: #BDBDBD. Windows color (decimal): -1204255 or 14786541. OLE color: 14786541.

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

Color convert

RGB237159225-
CMYK00.330.050.07
HSL309.23º68.42%77.65%-
HSV(B)309.23º32.91%92.94%-
XYZ60.9148.2477.33-
YUV189.85147.84161.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.16%
GREEN value IS 159 (62.5% from 255) = 25.60%
BLUE value IS 225 (88.28% from 255) = 36.23%
R=38.16%
G=25.60%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715922500.330.050.07309.2368.4277.65
HexED9FE102157135444e
Octal35523734104157465104116
Binary111011011001111111100001010000110111110011010110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9FE1; }

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

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

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

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

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

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

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

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