Html Css Color HEX #EC7175 Froly

📋 copy color: '#EC7175'

red 236 ◦ green 113 ◦ blue 117

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

Shades of Froly #EC7175

Tints of Froly #EC7175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.25%

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

R = 50.64%
G = 24.25%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC7175 (or 0xEC7175) is known color: Froly. HEX triplet: EC, 71 and 75. RGB value is (236,113,117). Sum of RGB (Red+Green+Blue) = 236+113+117=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7175 is #138E8A. Grayscale: #969696. Windows color (decimal): -1281675 or 7696876. OLE color: 7696876.

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

Color convert

RGB 236 113 117 -
CMYK 0 0.52 0.50 0.07
HSL 358.05º 0.76% 0.68% -
HSV(B) 358.05º 0.52% 0.93% -
XYZ 43.71 30.93 20.5 -
YUV 150.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 236 113 117 0 0.52 0.50 0.07 358.05 0.76 0.68
Hex EC 71 75 0 34 32 7 166 4C 44
Octal 354 161 165 0 64 62 7 546 114 104
Binary 11101100 1110001 1110101 0 110100 110010 111 101100110 1001100 1000100

Color Harmonies of #EC7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7175

Black with #EC7175

Text Example


Text Example

White with #EC7175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7175; }

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

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

background-color css

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

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

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

border-color css

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

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

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