#ED5794

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

Shades of French Rose #ED5794

Tints of French Rose #ED5794

Color information

#ED5794 (or 0xED5794) is unknown color: approx French Rose. HEX triplet: ED, 57 and 94. RGB value is (237,87,148). Sum of RGB (Red+Green+Blue) = 237+87+148=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5794 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5794 is #12A86B. Grayscale: #8A8A8A. Windows color (decimal): -1222764 or 9721837. OLE color: 9721837.

HSL color Cylindrical-coordinate representation of color #ED5794: hue angle of 335.6º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED5794 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB23787148-
CMYK00.630.380.07
HSL335.6º80.65%63.53%-
HSV(B)335.6º63.29%92.94%-
XYZ43.6826.9630.92-
YUV138.8133.2198.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.21%
GREEN value IS 87 (34.38% from 255) = 18.43%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=50.21%
G=18.43%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378714800.630.380.07335.680.6563.53
HexED579403F2671505140
Octal355127224077467520121100
Binary11101101101011110010100011111110011011110101000010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5794; }

 p { color: rgb(237,87,148); }

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

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

 a { background-color: rgb(237,87,148); }

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

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

 span { border-color: rgb(237,87,148); }

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