Html Css Color HEX #ED508A French Rose

📋 copy color: '#ED508A'

red 237 ◦ green 80 ◦ blue 138

#ED508A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Rose #ED508A

Tints of French Rose #ED508A

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.3% from 255) = 30.33%

R = 52.09%
G = 17.58%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED508A (or 0xED508A) is known color: 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

RGB 237 80 138 -
CMYK 0 0.66 0.42 0.07
HSL 337.83º 0.81% 0.62% -
HSV(B) 337.83º 0.66% 0.93% -
XYZ 42.38 25.58 26.75 -
YUV 133.56 130.51 201.78 -
System Red Green Blue C M Y K H S L
Decimal 237 80 138 0 0.66 0.42 0.07 337.83 0.81 0.62
Hex ED 50 8A 0 42 2A 7 152 51 3E
Octal 355 120 212 0 102 52 7 522 121 76
Binary 11101101 1010000 10001010 0 1000010 101010 111 101010010 1010001 111110

Color Harmonies of #ED508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED508A

Black with #ED508A

Text Example


Text Example

White with #ED508A

Text Example


Text Example

HTML Codes & Css Web 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>