Html Css Color HEX #ED5E61 Froly

📋 copy color: '#ED5E61'

red 237 ◦ green 94 ◦ blue 97

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

Shades of Froly #ED5E61

Tints of Froly #ED5E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.96%

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

R = 55.37%
G = 21.96%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED5E61 (or 0xED5E61) is known color: Froly. HEX triplet: ED, 5E and 61. RGB value is (237,94,97). Sum of RGB (Red+Green+Blue) = 237+94+97=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5E61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5E61 is #12A19E. Grayscale: #898989. Windows color (decimal): -1221023 or 6381293. OLE color: 6381293.

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

Color convert

RGB 237 94 97 -
CMYK 0 0.60 0.59 0.07
HSL 358.74º 0.8% 0.65% -
HSV(B) 358.74º 0.6% 0.93% -
XYZ 41.09 26.87 14.33 -
YUV 137.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 237 94 97 0 0.60 0.59 0.07 358.74 0.8 0.65
Hex ED 5E 61 0 3C 3B 7 167 50 41
Octal 355 136 141 0 74 73 7 547 120 101
Binary 11101101 1011110 1100001 0 111100 111011 111 101100111 1010000 1000001

Color Harmonies of #ED5E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5E61

Black with #ED5E61

Text Example


Text Example

White with #ED5E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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