Html Css Color HEX #EC7479 Froly

📋 copy color: '#EC7479'

red 236 ◦ green 116 ◦ blue 121

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

Shades of Froly #EC7479

Tints of Froly #EC7479

RGB

 RED value IS 236 (92.58% from 255) = 49.89%

 GREEN value IS 116 (45.7% from 255) = 24.52%

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

R = 49.89%
G = 24.52%
B = 25.58%

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

#EC7479 (or 0xEC7479) is known color: Froly. HEX triplet: EC, 74 and 79. RGB value is (236,116,121). Sum of RGB (Red+Green+Blue) = 236+116+121=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 116 (45.70% from 255 or 24.52% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7479 is #138B86. Grayscale: #989898. Windows color (decimal): -1280903 or 7959788. OLE color: 7959788.

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

Color convert

RGB 236 116 121 -
CMYK 0 0.51 0.49 0.07
HSL 357.5º 0.76% 0.69% -
HSV(B) 357.5º 0.51% 0.93% -
XYZ 44.29 31.7 21.87 -
YUV 152.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 236 116 121 0 0.51 0.49 0.07 357.5 0.76 0.69
Hex EC 74 79 0 33 31 7 166 4C 45
Octal 354 164 171 0 63 61 7 546 114 105
Binary 11101100 1110100 1111001 0 110011 110001 111 101100110 1001100 1000101

Color Harmonies of #EC7479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7479

Black with #EC7479

Text Example


Text Example

White with #EC7479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7479; }

 p { color: rgb(236,116,121); }

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

background-color css

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

 a { background-color: rgb(236,116,121); }

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

border-color css

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

 span { border-color: rgb(236,116,121); }

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