#ED4790

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

Shades of French Rose #ED4790

Tints of French Rose #ED4790

Color information

#ED4790 (or 0xED4790) is unknown color: approx French Rose. HEX triplet: ED, 47 and 90. RGB value is (237,71,144). Sum of RGB (Red+Green+Blue) = 237+71+144=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4790 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4790 is #12B86F. Grayscale: #808080. Windows color (decimal): -1226864 or 9455597. OLE color: 9455597.

HSL color Cylindrical-coordinate representation of color #ED4790: hue angle of 333.61º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4790 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB23771144-
CMYK00.700.390.07
HSL333.61º82.18%60.39%-
HSV(B)333.61º70.04%92.94%-
XYZ42.2124.5228.89-
YUV128.96136.5205.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.43%
GREEN value IS 71 (28.12% from 255) = 15.71%
BLUE value IS 144 (56.64% from 255) = 31.86%
R=52.43%
G=15.71%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377114400.700.390.07333.6182.1860.39
HexED479004627714e523c
Octal355107220010647751612274
Binary11101101100011110010000010001101001111111010011101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4790; }

 p { color: rgb(237,71,144); }

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

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

 a { background-color: rgb(237,71,144); }

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

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

 span { border-color: rgb(237,71,144); }

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