#ED9FE3

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

Shades of Lavender Rose #ED9FE3

Tints of Lavender Rose #ED9FE3

Color information

#ED9FE3 (or 0xED9FE3) is unknown color: approx Lavender Rose. HEX triplet: ED, 9F and E3. RGB value is (237,159,227). Sum of RGB (Red+Green+Blue) = 237+159+227=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FE3 is #12601C. Grayscale: #BDBDBD. Windows color (decimal): -1204253 or 14917613. OLE color: 14917613.

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

Color convert

RGB237159227-
CMYK00.330.040.07
HSL307.69º68.42%77.65%-
HSV(B)307.69º32.91%92.94%-
XYZ61.1948.3578.78-
YUV190.07148.84161.47-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 159 (62.5% from 255) = 25.52%
BLUE value IS 227 (89.06% from 255) = 36.44%
R=38.04%
G=25.52%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715922700.330.040.07307.6968.4277.65
HexED9FE302147134444e
Octal35523734304147464104116
Binary111011011001111111100011010000110011110011010010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9FE3; }

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

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

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

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

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

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

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

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