Html Css Color HEX #ED7071 Froly

📋 copy color: '#ED7071'

red 237 ◦ green 112 ◦ blue 113

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

Shades of Froly #ED7071

Tints of Froly #ED7071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.46%

R = 51.3%
G = 24.24%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED7071 (or 0xED7071) is known color: Froly. HEX triplet: ED, 70 and 71. RGB value is (237,112,113). Sum of RGB (Red+Green+Blue) = 237+112+113=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7071 is #128F8E. Grayscale: #959595. Windows color (decimal): -1216399 or 7434477. OLE color: 7434477.

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

Color convert

RGB 237 112 113 -
CMYK 0 0.53 0.52 0.07
HSL 359.52º 0.78% 0.68% -
HSV(B) 359.52º 0.53% 0.93% -
XYZ 43.7 30.79 19.26 -
YUV 149.49 107.41 190.42 -
System Red Green Blue C M Y K H S L
Decimal 237 112 113 0 0.53 0.52 0.07 359.52 0.78 0.68
Hex ED 70 71 0 35 34 7 168 4E 44
Octal 355 160 161 0 65 64 7 550 116 104
Binary 11101101 1110000 1110001 0 110101 110100 111 101101000 1001110 1000100

Color Harmonies of #ED7071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7071

Black with #ED7071

Text Example


Text Example

White with #ED7071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7071; }

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

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

background-color css

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

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

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

border-color css

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

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

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