Html Css Color HEX #ED5598 French Rose

📋 copy color: '#ED5598'

red 237 ◦ green 85 ◦ blue 152

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

Shades of French Rose #ED5598

Tints of French Rose #ED5598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.07%

R = 50%
G = 17.93%
B = 32.07%

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

#ED5598 (or 0xED5598) is known color: French Rose. HEX triplet: ED, 55 and 98. RGB value is (237,85,152). Sum of RGB (Red+Green+Blue) = 237+85+152=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5598 is #12AA67. Grayscale: #898989. Windows color (decimal): -1223272 or 9983469. OLE color: 9983469.

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

Color convert

RGB 237 85 152 -
CMYK 0 0.64 0.36 0.07
HSL 333.55º 0.81% 0.63% -
HSV(B) 333.55º 0.64% 0.93% -
XYZ 43.84 26.77 32.56 -
YUV 138.09 135.86 198.55 -
System Red Green Blue C M Y K H S L
Decimal 237 85 152 0 0.64 0.36 0.07 333.55 0.81 0.63
Hex ED 55 98 0 40 24 7 14E 51 3F
Octal 355 125 230 0 100 44 7 516 121 77
Binary 11101101 1010101 10011000 0 1000000 100100 111 101001110 1010001 111111

Color Harmonies of #ED5598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5598

Black with #ED5598

Text Example


Text Example

White with #ED5598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5598; }

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

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

background-color css

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

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

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

border-color css

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

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

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