Html Css Color HEX #ED5961 Froly

📋 copy color: '#ED5961'

red 237 ◦ green 89 ◦ blue 97

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

Shades of Froly #ED5961

Tints of Froly #ED5961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.04%

 BLUE value IS 97 (38.28% from 255) = 22.93%

R = 56.03%
G = 21.04%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED5961 (or 0xED5961) is known color: Froly. HEX triplet: ED, 59 and 61. RGB value is (237,89,97). Sum of RGB (Red+Green+Blue) = 237+89+97=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5961 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5961 is #12A69E. Grayscale: #868686. Windows color (decimal): -1222303 or 6380013. OLE color: 6380013.

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

Color convert

RGB 237 89 97 -
CMYK 0 0.62 0.59 0.07
HSL 356.76º 0.8% 0.64% -
HSV(B) 356.76º 0.62% 0.93% -
XYZ 40.66 26.01 14.19 -
YUV 134.16 107.03 201.35 -
System Red Green Blue C M Y K H S L
Decimal 237 89 97 0 0.62 0.59 0.07 356.76 0.8 0.64
Hex ED 59 61 0 3E 3B 7 165 50 40
Octal 355 131 141 0 76 73 7 545 120 100
Binary 11101101 1011001 1100001 0 111110 111011 111 101100101 1010000 1000000

Color Harmonies of #ED5961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5961

Black with #ED5961

Text Example


Text Example

White with #ED5961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5961; }

 p { color: rgb(237,89,97); }

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

background-color css

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

 a { background-color: rgb(237,89,97); }

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

border-color css

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

 span { border-color: rgb(237,89,97); }

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