Html Css Color HEX #ED5099 French Rose

📋 copy color: '#ED5099'

red 237 ◦ green 80 ◦ blue 153

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

Shades of French Rose #ED5099

Tints of French Rose #ED5099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.55%

R = 50.43%
G = 17.02%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED5099 (or 0xED5099) is known color: French Rose. HEX triplet: ED, 50 and 99. RGB value is (237,80,153). Sum of RGB (Red+Green+Blue) = 237+80+153=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5099 is #12AF66. Grayscale: #878787. Windows color (decimal): -1224551 or 10047725. OLE color: 10047725.

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

Color convert

RGB 237 80 153 -
CMYK 0 0.66 0.35 0.07
HSL 332.1º 0.81% 0.62% -
HSV(B) 332.1º 0.66% 0.93% -
XYZ 43.54 26.04 32.87 -
YUV 135.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 237 80 153 0 0.66 0.35 0.07 332.1 0.81 0.62
Hex ED 50 99 0 42 23 7 14C 51 3E
Octal 355 120 231 0 102 43 7 514 121 76
Binary 11101101 1010000 10011001 0 1000010 100011 111 101001100 1010001 111110

Color Harmonies of #ED5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5099

Black with #ED5099

Text Example


Text Example

White with #ED5099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5099; }

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

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

background-color css

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

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

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

border-color css

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

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

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