Html Css Color HEX #EC7279 Froly

📋 copy color: '#EC7279'

red 236 ◦ green 114 ◦ blue 121

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

Shades of Froly #EC7279

Tints of Froly #EC7279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.69%

R = 50.11%
G = 24.2%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC7279 (or 0xEC7279) is known color: Froly. HEX triplet: EC, 72 and 79. RGB value is (236,114,121). Sum of RGB (Red+Green+Blue) = 236+114+121=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7279 is #138D86. Grayscale: #979797. Windows color (decimal): -1281415 or 7959276. OLE color: 7959276.

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

Color convert

RGB 236 114 121 -
CMYK 0 0.52 0.49 0.07
HSL 356.56º 0.76% 0.69% -
HSV(B) 356.56º 0.52% 0.93% -
XYZ 44.06 31.25 21.8 -
YUV 151.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 236 114 121 0 0.52 0.49 0.07 356.56 0.76 0.69
Hex EC 72 79 0 34 31 7 165 4C 45
Octal 354 162 171 0 64 61 7 545 114 105
Binary 11101100 1110010 1111001 0 110100 110001 111 101100101 1001100 1000101

Color Harmonies of #EC7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7279

Black with #EC7279

Text Example


Text Example

White with #EC7279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7279; }

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

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

background-color css

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

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

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

border-color css

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

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

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