Html Css Color HEX #EC7576 Froly

📋 copy color: '#EC7576'

red 236 ◦ green 117 ◦ blue 118

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

Shades of Froly #EC7576

Tints of Froly #EC7576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.05%

R = 50.11%
G = 24.84%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC7576 (or 0xEC7576) is known color: Froly. HEX triplet: EC, 75 and 76. RGB value is (236,117,118). Sum of RGB (Red+Green+Blue) = 236+117+118=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7576 is #138A89. Grayscale: #989898. Windows color (decimal): -1280650 or 7763436. OLE color: 7763436.

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

Color convert

RGB 236 117 118 -
CMYK 0 0.50 0.5 0.07
HSL 359.5º 0.76% 0.69% -
HSV(B) 359.5º 0.5% 0.93% -
XYZ 44.22 31.86 20.96 -
YUV 152.7 108.42 187.42 -
System Red Green Blue C M Y K H S L
Decimal 236 117 118 0 0.50 0.5 0.07 359.5 0.76 0.69
Hex EC 75 76 0 32 32 7 167 4C 45
Octal 354 165 166 0 62 62 7 547 114 105
Binary 11101100 1110101 1110110 0 110010 110010 111 101100111 1001100 1000101

Color Harmonies of #EC7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7576

Black with #EC7576

Text Example


Text Example

White with #EC7576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7576; }

 p { color: rgb(236,117,118); }

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

background-color css

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

 a { background-color: rgb(236,117,118); }

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

border-color css

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

 span { border-color: rgb(236,117,118); }

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