Html Css Color HEX #EC7476 Froly

📋 copy color: '#EC7476'

red 236 ◦ green 116 ◦ blue 118

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

Shades of Froly #EC7476

Tints of Froly #EC7476

RGB

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

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

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

R = 50.21%
G = 24.68%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC7476 (or 0xEC7476) is known color: Froly. HEX triplet: EC, 74 and 76. RGB value is (236,116,118). Sum of RGB (Red+Green+Blue) = 236+116+118=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7476 is #138B89. Grayscale: #989898. Windows color (decimal): -1280906 or 7763180. OLE color: 7763180.

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

Color convert

RGB 236 116 118 -
CMYK 0 0.51 0.5 0.07
HSL 359º 0.76% 0.69% -
HSV(B) 359º 0.51% 0.93% -
XYZ 44.11 31.63 20.92 -
YUV 152.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 236 116 118 0 0.51 0.5 0.07 359 0.76 0.69
Hex EC 74 76 0 33 32 7 167 4C 45
Octal 354 164 166 0 63 62 7 547 114 105
Binary 11101100 1110100 1110110 0 110011 110010 111 101100111 1001100 1000101

Color Harmonies of #EC7476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7476

Black with #EC7476

Text Example


Text Example

White with #EC7476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7476; }

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

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

background-color css

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

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

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

border-color css

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

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

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