Html Css Color HEX #EC6D71 Froly

📋 copy color: '#EC6D71'

red 236 ◦ green 109 ◦ blue 113

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

Shades of Froly #EC6D71

Tints of Froly #EC6D71

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.8%

 BLUE value IS 113 (44.53% from 255) = 24.67%

R = 51.53%
G = 23.8%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC6D71 (or 0xEC6D71) is known color: Froly. HEX triplet: EC, 6D and 71. RGB value is (236,109,113). Sum of RGB (Red+Green+Blue) = 236+109+113=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6D71 is #13928E. Grayscale: #939393. Windows color (decimal): -1282703 or 7433708. OLE color: 7433708.

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

Color convert

RGB 236 109 113 -
CMYK 0 0.54 0.52 0.07
HSL 358.11º 0.77% 0.68% -
HSV(B) 358.11º 0.54% 0.93% -
XYZ 43.04 29.96 19.14 -
YUV 147.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 236 109 113 0 0.54 0.52 0.07 358.11 0.77 0.68
Hex EC 6D 71 0 36 34 7 166 4D 44
Octal 354 155 161 0 66 64 7 546 115 104
Binary 11101100 1101101 1110001 0 110110 110100 111 101100110 1001101 1000100

Color Harmonies of #EC6D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6D71

Black with #EC6D71

Text Example


Text Example

White with #EC6D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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