#ED4981

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

Shades of French Rose #ED4981

Tints of French Rose #ED4981

Color information

#ED4981 (or 0xED4981) is unknown color: approx French Rose. HEX triplet: ED, 49 and 81. RGB value is (237,73,129). Sum of RGB (Red+Green+Blue) = 237+73+129=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 73 (28.91% from 255 or 16.63% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4981 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4981 is #12B67E. Grayscale: #808080. Windows color (decimal): -1226367 or 8473069. OLE color: 8473069.

HSL color Cylindrical-coordinate representation of color #ED4981: hue angle of 339.51º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4981 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB23773129-
CMYK00.690.460.07
HSL339.51º82%60.78%-
HSV(B)339.51º69.2%92.94%-
XYZ41.2724.3523.29-
YUV128.42128.33205.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.99%
GREEN value IS 73 (28.91% from 255) = 16.63%
BLUE value IS 129 (50.78% from 255) = 29.38%
R=53.99%
G=16.63%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377312900.690.460.07339.518260.78
HexED49810452E7154523d
Octal355111201010556752412275
Binary11101101100100110000001010001011011101111010101001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED4981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED4981; }

 p { color: rgb(237,73,129); }

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

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

 a { background-color: rgb(237,73,129); }

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

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

 span { border-color: rgb(237,73,129); }

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