Html Css Color HEX #EC6D70 Froly

📋 copy color: '#EC6D70'

red 236 ◦ green 109 ◦ blue 112

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

Shades of Froly #EC6D70

Tints of Froly #EC6D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.51%

R = 51.64%
G = 23.85%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC6D70 (or 0xEC6D70) is known color: Froly. HEX triplet: EC, 6D and 70. RGB value is (236,109,112). Sum of RGB (Red+Green+Blue) = 236+109+112=457 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.64% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6D70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6D70 is #13928F. Grayscale: #939393. Windows color (decimal): -1282704 or 7368172. OLE color: 7368172.

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

Color convert

RGB 236 109 112 -
CMYK 0 0.54 0.53 0.07
HSL 358.58º 0.77% 0.68% -
HSV(B) 358.58º 0.54% 0.93% -
XYZ 42.99 29.94 18.84 -
YUV 147.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 236 109 112 0 0.54 0.53 0.07 358.58 0.77 0.68
Hex EC 6D 70 0 36 35 7 167 4D 44
Octal 354 155 160 0 66 65 7 547 115 104
Binary 11101100 1101101 1110000 0 110110 110101 111 101100111 1001101 1000100

Color Harmonies of #EC6D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6D70

Black with #EC6D70

Text Example


Text Example

White with #EC6D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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