Html Css Color HEX #ED5089 French Rose

📋 copy color: '#ED5089'

red 237 ◦ green 80 ◦ blue 137

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

Shades of French Rose #ED5089

Tints of French Rose #ED5089

RGB

 RED value IS 237 (92.97% from 255) = 52.2%

 GREEN value IS 80 (31.64% from 255) = 17.62%

 BLUE value IS 137 (53.91% from 255) = 30.18%

R = 52.2%
G = 17.62%
B = 30.18%

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

#ED5089 (or 0xED5089) is known color: French Rose. HEX triplet: ED, 50 and 89. RGB value is (237,80,137). Sum of RGB (Red+Green+Blue) = 237+80+137=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 137 (53.91% from 255 or 30.18% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5089 is #12AF76. Grayscale: #858585. Windows color (decimal): -1224567 or 8999149. OLE color: 8999149.

HSL color Cylindrical-coordinate representation of color #ED5089: hue angle of 338.22º 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 #ED5089 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 80 137 -
CMYK 0 0.66 0.42 0.07
HSL 338.22º 0.81% 0.62% -
HSV(B) 338.22º 0.66% 0.93% -
XYZ 42.31 25.55 26.37 -
YUV 133.44 130.01 201.87 -
System Red Green Blue C M Y K H S L
Decimal 237 80 137 0 0.66 0.42 0.07 338.22 0.81 0.62
Hex ED 50 89 0 42 2A 7 152 51 3E
Octal 355 120 211 0 102 52 7 522 121 76
Binary 11101101 1010000 10001001 0 1000010 101010 111 101010010 1010001 111110

Color Harmonies of #ED5089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5089

Black with #ED5089

Text Example


Text Example

White with #ED5089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5089; }

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

 H1.HeaderClassName
 {
   color: #ED5089;
 }
 .AnyTagClassName
 {
   color: #ED5089;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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