Html Css Color HEX #EC7273 Froly

📋 copy color: '#EC7273'

red 236 ◦ green 114 ◦ blue 115

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

Shades of Froly #EC7273

Tints of Froly #EC7273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.52%

 BLUE value IS 115 (45.31% from 255) = 24.73%

R = 50.75%
G = 24.52%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC7273 (or 0xEC7273) is known color: Froly. HEX triplet: EC, 72 and 73. RGB value is (236,114,115). Sum of RGB (Red+Green+Blue) = 236+114+115=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7273 is #138D8C. Grayscale: #969696. Windows color (decimal): -1281421 or 7566060. OLE color: 7566060.

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

Color convert

RGB 236 114 115 -
CMYK 0 0.52 0.51 0.07
HSL 359.51º 0.76% 0.69% -
HSV(B) 359.51º 0.52% 0.93% -
XYZ 43.7 31.11 19.92 -
YUV 150.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 236 114 115 0 0.52 0.51 0.07 359.51 0.76 0.69
Hex EC 72 73 0 34 33 7 168 4C 45
Octal 354 162 163 0 64 63 7 550 114 105
Binary 11101100 1110010 1110011 0 110100 110011 111 101101000 1001100 1000101

Color Harmonies of #EC7273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7273

Black with #EC7273

Text Example


Text Example

White with #EC7273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7273; }

 p { color: rgb(236,114,115); }

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

background-color css

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

 a { background-color: rgb(236,114,115); }

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

border-color css

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

 span { border-color: rgb(236,114,115); }

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