Html Css Color HEX #ED5097 French Rose

📋 copy color: '#ED5097'

red 237 ◦ green 80 ◦ blue 151

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

Shades of French Rose #ED5097

Tints of French Rose #ED5097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.26%

R = 50.64%
G = 17.09%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED5097 (or 0xED5097) is known color: French Rose. HEX triplet: ED, 50 and 97. RGB value is (237,80,151). Sum of RGB (Red+Green+Blue) = 237+80+151=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5097 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5097 is #12AF68. Grayscale: #868686. Windows color (decimal): -1224553 or 9916653. OLE color: 9916653.

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

Color convert

RGB 237 80 151 -
CMYK 0 0.66 0.36 0.07
HSL 332.87º 0.81% 0.62% -
HSV(B) 332.87º 0.66% 0.93% -
XYZ 43.38 25.98 32.01 -
YUV 135.04 137.01 200.73 -
System Red Green Blue C M Y K H S L
Decimal 237 80 151 0 0.66 0.36 0.07 332.87 0.81 0.62
Hex ED 50 97 0 42 24 7 14D 51 3E
Octal 355 120 227 0 102 44 7 515 121 76
Binary 11101101 1010000 10010111 0 1000010 100100 111 101001101 1010001 111110

Color Harmonies of #ED5097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5097

Black with #ED5097

Text Example


Text Example

White with #ED5097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5097; }

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

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

background-color css

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

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

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

border-color css

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

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

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