Html Css Color HEX #ED7074 Froly

📋 copy color: '#ED7074'

red 237 ◦ green 112 ◦ blue 116

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

Shades of Froly #ED7074

Tints of Froly #ED7074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.09%

 BLUE value IS 116 (45.7% from 255) = 24.95%

R = 50.97%
G = 24.09%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED7074 (or 0xED7074) is known color: Froly. HEX triplet: ED, 70 and 74. RGB value is (237,112,116). Sum of RGB (Red+Green+Blue) = 237+112+116=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7074 is #128F8B. Grayscale: #959595. Windows color (decimal): -1216396 or 7631085. OLE color: 7631085.

HSL color Cylindrical-coordinate representation of color #ED7074: hue angle of 358.08º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED7074 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 112 116 -
CMYK 0 0.53 0.51 0.07
HSL 358.08º 0.78% 0.68% -
HSV(B) 358.08º 0.53% 0.93% -
XYZ 43.87 30.85 20.17 -
YUV 149.83 108.91 190.17 -
System Red Green Blue C M Y K H S L
Decimal 237 112 116 0 0.53 0.51 0.07 358.08 0.78 0.68
Hex ED 70 74 0 35 33 7 166 4E 44
Octal 355 160 164 0 65 63 7 546 116 104
Binary 11101101 1110000 1110100 0 110101 110011 111 101100110 1001110 1000100

Color Harmonies of #ED7074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7074

Black with #ED7074

Text Example


Text Example

White with #ED7074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7074; }

 p { color: rgb(237,112,116); }

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

background-color css

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

 a { background-color: rgb(237,112,116); }

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

border-color css

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

 span { border-color: rgb(237,112,116); }

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