Html Css Color HEX #EC7475 Froly

📋 copy color: '#EC7475'

red 236 ◦ green 116 ◦ blue 117

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

Shades of Froly #EC7475

Tints of Froly #EC7475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.95%

R = 50.32%
G = 24.73%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC7475 (or 0xEC7475) is known color: Froly. HEX triplet: EC, 74 and 75. RGB value is (236,116,117). Sum of RGB (Red+Green+Blue) = 236+116+117=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7475 is #138B8A. Grayscale: #989898. Windows color (decimal): -1280907 or 7697644. OLE color: 7697644.

HSL color Cylindrical-coordinate representation of color #EC7475: 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.51%. Process color model (Four color, CMYK) of #EC7475 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 116 117 -
CMYK 0 0.51 0.50 0.07
HSL 359.5º 0.76% 0.69% -
HSV(B) 359.5º 0.51% 0.93% -
XYZ 44.05 31.61 20.61 -
YUV 151.99 108.26 187.92 -
System Red Green Blue C M Y K H S L
Decimal 236 116 117 0 0.51 0.50 0.07 359.5 0.76 0.69
Hex EC 74 75 0 33 32 7 168 4C 45
Octal 354 164 165 0 63 62 7 550 114 105
Binary 11101100 1110100 1110101 0 110011 110010 111 101101000 1001100 1000101

Color Harmonies of #EC7475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7475

Black with #EC7475

Text Example


Text Example

White with #EC7475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7475; }

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

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

background-color css

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

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

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

border-color css

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

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

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