#ED9FE4

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

Shades of Lavender Rose #ED9FE4

Tints of Lavender Rose #ED9FE4

Color information

#ED9FE4 (or 0xED9FE4) is unknown color: approx Lavender Rose. HEX triplet: ED, 9F and E4. RGB value is (237,159,228). Sum of RGB (Red+Green+Blue) = 237+159+228=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9FE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9FE4 is #12601B. Grayscale: #BDBDBD. Windows color (decimal): -1204252 or 14983149. OLE color: 14983149.

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

Color convert

RGB237159228-
CMYK00.330.040.07
HSL306.92º68.42%77.65%-
HSV(B)306.92º32.91%92.94%-
XYZ61.3348.479.51-
YUV190.19149.34161.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 159 (62.5% from 255) = 25.48%
BLUE value IS 228 (89.45% from 255) = 36.54%
R=37.98%
G=25.48%
B=36.54%

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
Decimal23715922800.330.040.07306.9268.4277.65
HexED9FE402147133444e
Octal35523734404147463104116
Binary111011011001111111100100010000110011110011001110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9FE4; }

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

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

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

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

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

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

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

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