#ED508A

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

Shades of French Rose #ED508A

Tints of French Rose #ED508A

Color information

#ED508A (or 0xED508A) is unknown color: approx French Rose. HEX triplet: ED, 50 and 8A. RGB value is (237,80,138). Sum of RGB (Red+Green+Blue) = 237+80+138=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #ED508A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED508A is #12AF75. Grayscale: #858585. Windows color (decimal): -1224566 or 9064685. OLE color: 9064685.

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

Color convert

RGB23780138-
CMYK00.660.420.07
HSL337.83º81.35%62.16%-
HSV(B)337.83º66.24%92.94%-
XYZ42.3825.5826.75-
YUV133.56130.51201.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 52.09%
GREEN value IS 80 (31.64% from 255) = 17.58%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=52.09%
G=17.58%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378013800.660.420.07337.8381.3562.16
HexED508A0422A7152513e
Octal355120212010252752212176
Binary11101101101000010001010010000101010101111010100101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED508A; }

 p { color: rgb(237,80,138); }

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

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

 a { background-color: rgb(237,80,138); }

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

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

 span { border-color: rgb(237,80,138); }

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