Html Css Color HEX #ED7579 Froly

📋 copy color: '#ED7579'

red 237 ◦ green 117 ◦ blue 121

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

Shades of Froly #ED7579

Tints of Froly #ED7579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.63%

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

R = 49.89%
G = 24.63%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED7579 (or 0xED7579) is known color: Froly. HEX triplet: ED, 75 and 79. RGB value is (237,117,121). Sum of RGB (Red+Green+Blue) = 237+117+121=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7579 is #128A86. Grayscale: #999999. Windows color (decimal): -1215111 or 7960045. OLE color: 7960045.

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

Color convert

RGB 237 117 121 -
CMYK 0 0.51 0.49 0.07
HSL 358º 0.77% 0.69% -
HSV(B) 358º 0.51% 0.93% -
XYZ 44.74 32.11 21.93 -
YUV 153.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 237 117 121 0 0.51 0.49 0.07 358 0.77 0.69
Hex ED 75 79 0 33 31 7 166 4D 45
Octal 355 165 171 0 63 61 7 546 115 105
Binary 11101101 1110101 1111001 0 110011 110001 111 101100110 1001101 1000101

Color Harmonies of #ED7579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7579

Black with #ED7579

Text Example


Text Example

White with #ED7579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7579; }

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

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

background-color css

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

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

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

border-color css

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

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

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