Html Css Color HEX #EC7075 Froly

📋 copy color: '#EC7075'

red 236 ◦ green 112 ◦ blue 117

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

Shades of Froly #EC7075

Tints of Froly #EC7075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.09%

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

R = 50.75%
G = 24.09%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC7075 (or 0xEC7075) is known color: Froly. HEX triplet: EC, 70 and 75. RGB value is (236,112,117). Sum of RGB (Red+Green+Blue) = 236+112+117=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7075 is #138F8A. Grayscale: #959595. Windows color (decimal): -1281931 or 7696620. OLE color: 7696620.

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

Color convert

RGB 236 112 117 -
CMYK 0 0.53 0.50 0.07
HSL 357.58º 0.77% 0.68% -
HSV(B) 357.58º 0.53% 0.93% -
XYZ 43.6 30.71 20.46 -
YUV 149.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 236 112 117 0 0.53 0.50 0.07 357.58 0.77 0.68
Hex EC 70 75 0 35 32 7 166 4D 44
Octal 354 160 165 0 65 62 7 546 115 104
Binary 11101100 1110000 1110101 0 110101 110010 111 101100110 1001101 1000100

Color Harmonies of #EC7075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7075

Black with #EC7075

Text Example


Text Example

White with #EC7075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7075; }

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

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

background-color css

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

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

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

border-color css

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

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

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