Html Css Color HEX #ED5597 French Rose

📋 copy color: '#ED5597'

red 237 ◦ green 85 ◦ blue 151

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

Shades of French Rose #ED5597

Tints of French Rose #ED5597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.97%

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

R = 50.11%
G = 17.97%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED5597 (or 0xED5597) is known color: French Rose. HEX triplet: ED, 55 and 97. RGB value is (237,85,151). Sum of RGB (Red+Green+Blue) = 237+85+151=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 151 (59.38% from 255 or 31.92% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5597 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5597 is #12AA68. Grayscale: #898989. Windows color (decimal): -1223273 or 9917933. OLE color: 9917933.

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

Color convert

RGB 237 85 151 -
CMYK 0 0.64 0.36 0.07
HSL 333.95º 0.81% 0.63% -
HSV(B) 333.95º 0.64% 0.93% -
XYZ 43.76 26.74 32.13 -
YUV 137.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 237 85 151 0 0.64 0.36 0.07 333.95 0.81 0.63
Hex ED 55 97 0 40 24 7 14E 51 3F
Octal 355 125 227 0 100 44 7 516 121 77
Binary 11101101 1010101 10010111 0 1000000 100100 111 101001110 1010001 111111

Color Harmonies of #ED5597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5597

Black with #ED5597

Text Example


Text Example

White with #ED5597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5597; }

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

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

background-color css

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

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

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

border-color css

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

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

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