Html Css Color HEX #ED7073 Froly

📋 copy color: '#ED7073'

red 237 ◦ green 112 ◦ blue 115

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

Shades of Froly #ED7073

Tints of Froly #ED7073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.78%

R = 51.08%
G = 24.14%
B = 24.78%

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

#ED7073 (or 0xED7073) is known color: Froly. HEX triplet: ED, 70 and 73. RGB value is (237,112,115). Sum of RGB (Red+Green+Blue) = 237+112+115=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7073 is #128F8C. Grayscale: #959595. Windows color (decimal): -1216397 or 7565549. OLE color: 7565549.

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

Color convert

RGB 237 112 115 -
CMYK 0 0.53 0.51 0.07
HSL 358.56º 0.78% 0.68% -
HSV(B) 358.56º 0.53% 0.93% -
XYZ 43.81 30.83 19.86 -
YUV 149.72 108.41 190.26 -
System Red Green Blue C M Y K H S L
Decimal 237 112 115 0 0.53 0.51 0.07 358.56 0.78 0.68
Hex ED 70 73 0 35 33 7 167 4E 44
Octal 355 160 163 0 65 63 7 547 116 104
Binary 11101101 1110000 1110011 0 110101 110011 111 101100111 1001110 1000100

Color Harmonies of #ED7073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7073

Black with #ED7073

Text Example


Text Example

White with #ED7073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7073; }

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

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

background-color css

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

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

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

border-color css

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

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

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