Html Css Color HEX #EC7277 Froly

📋 copy color: '#EC7277'

red 236 ◦ green 114 ◦ blue 119

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

Shades of Froly #EC7277

Tints of Froly #EC7277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 50.32%
G = 24.31%
B = 25.37%

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

#EC7277 (or 0xEC7277) is known color: Froly. HEX triplet: EC, 72 and 77. RGB value is (236,114,119). Sum of RGB (Red+Green+Blue) = 236+114+119=469 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.32% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7277 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7277 is #138D88. Grayscale: #979797. Windows color (decimal): -1281417 or 7828204. OLE color: 7828204.

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

Color convert

RGB 236 114 119 -
CMYK 0 0.52 0.50 0.07
HSL 357.54º 0.76% 0.69% -
HSV(B) 357.54º 0.52% 0.93% -
XYZ 43.94 31.2 21.16 -
YUV 151.05 109.92 188.59 -
System Red Green Blue C M Y K H S L
Decimal 236 114 119 0 0.52 0.50 0.07 357.54 0.76 0.69
Hex EC 72 77 0 34 32 7 166 4C 45
Octal 354 162 167 0 64 62 7 546 114 105
Binary 11101100 1110010 1110111 0 110100 110010 111 101100110 1001100 1000101

Color Harmonies of #EC7277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7277

Black with #EC7277

Text Example


Text Example

White with #EC7277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7277; }

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

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

background-color css

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

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

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

border-color css

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

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

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