Html Css Color HEX #ED7079 Froly

📋 copy color: '#ED7079'

red 237 ◦ green 112 ◦ blue 121

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

Shades of Froly #ED7079

Tints of Froly #ED7079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.74%

R = 50.43%
G = 23.83%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED7079 (or 0xED7079) is known color: Froly. HEX triplet: ED, 70 and 79. RGB value is (237,112,121). Sum of RGB (Red+Green+Blue) = 237+112+121=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7079 is #128F86. Grayscale: #969696. Windows color (decimal): -1216391 or 7958765. OLE color: 7958765.

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

Color convert

RGB 237 112 121 -
CMYK 0 0.53 0.49 0.07
HSL 355.68º 0.78% 0.68% -
HSV(B) 355.68º 0.53% 0.93% -
XYZ 44.17 30.97 21.74 -
YUV 150.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 237 112 121 0 0.53 0.49 0.07 355.68 0.78 0.68
Hex ED 70 79 0 35 31 7 164 4E 44
Octal 355 160 171 0 65 61 7 544 116 104
Binary 11101101 1110000 1111001 0 110101 110001 111 101100100 1001110 1000100

Color Harmonies of #ED7079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7079

Black with #ED7079

Text Example


Text Example

White with #ED7079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7079; }

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

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

background-color css

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

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

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

border-color css

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

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

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