Html Css Color HEX #ED5A60 Froly

📋 copy color: '#ED5A60'

red 237 ◦ green 90 ◦ blue 96

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

Shades of Froly #ED5A60

Tints of Froly #ED5A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.28%

 BLUE value IS 96 (37.89% from 255) = 22.7%

R = 56.03%
G = 21.28%
B = 22.7%

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

#ED5A60 (or 0xED5A60) is known color: Froly. HEX triplet: ED, 5A and 60. RGB value is (237,90,96). Sum of RGB (Red+Green+Blue) = 237+90+96=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED5A60 is #12A59F. Grayscale: #868686. Windows color (decimal): -1222048 or 6314733. OLE color: 6314733.

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

Color convert

RGB 237 90 96 -
CMYK 0 0.62 0.59 0.07
HSL 357.55º 0.8% 0.64% -
HSV(B) 357.55º 0.62% 0.93% -
XYZ 40.69 26.16 13.97 -
YUV 134.64 106.2 201.01 -
System Red Green Blue C M Y K H S L
Decimal 237 90 96 0 0.62 0.59 0.07 357.55 0.8 0.64
Hex ED 5A 60 0 3E 3B 7 166 50 40
Octal 355 132 140 0 76 73 7 546 120 100
Binary 11101101 1011010 1100000 0 111110 111011 111 101100110 1010000 1000000

Color Harmonies of #ED5A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5A60

Black with #ED5A60

Text Example


Text Example

White with #ED5A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5A60; }

 p { color: rgb(237,90,96); }

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

background-color css

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

 a { background-color: rgb(237,90,96); }

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

border-color css

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

 span { border-color: rgb(237,90,96); }

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