Html Css Color HEX #EC6C71 Froly

📋 copy color: '#EC6C71'

red 236 ◦ green 108 ◦ blue 113

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

Shades of Froly #EC6C71

Tints of Froly #EC6C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.63%

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

R = 51.64%
G = 23.63%
B = 24.73%

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

#EC6C71 (or 0xEC6C71) is known color: Froly. HEX triplet: EC, 6C and 71. RGB value is (236,108,113). Sum of RGB (Red+Green+Blue) = 236+108+113=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C71 is #13938E. Grayscale: #929292. Windows color (decimal): -1282959 or 7433452. OLE color: 7433452.

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

Color convert

RGB 236 108 113 -
CMYK 0 0.54 0.52 0.07
HSL 357.66º 0.77% 0.67% -
HSV(B) 357.66º 0.54% 0.93% -
XYZ 42.94 29.75 19.1 -
YUV 146.84 108.91 191.59 -
System Red Green Blue C M Y K H S L
Decimal 236 108 113 0 0.54 0.52 0.07 357.66 0.77 0.67
Hex EC 6C 71 0 36 34 7 166 4D 43
Octal 354 154 161 0 66 64 7 546 115 103
Binary 11101100 1101100 1110001 0 110110 110100 111 101100110 1001101 1000011

Color Harmonies of #EC6C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6C71

Black with #EC6C71

Text Example


Text Example

White with #EC6C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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