Html Css Color HEX #EC6C70 Froly

📋 copy color: '#EC6C70'

red 236 ◦ green 108 ◦ blue 112

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

Shades of Froly #EC6C70

Tints of Froly #EC6C70

RGB

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

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

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

R = 51.75%
G = 23.68%
B = 24.56%

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

#EC6C70 (or 0xEC6C70) is known color: Froly. HEX triplet: EC, 6C and 70. RGB value is (236,108,112). Sum of RGB (Red+Green+Blue) = 236+108+112=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C70 is #13938F. Grayscale: #929292. Windows color (decimal): -1282960 or 7367916. OLE color: 7367916.

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

Color convert

RGB 236 108 112 -
CMYK 0 0.54 0.53 0.07
HSL 358.13º 0.77% 0.67% -
HSV(B) 358.13º 0.54% 0.93% -
XYZ 42.88 29.73 18.81 -
YUV 146.73 108.41 191.67 -
System Red Green Blue C M Y K H S L
Decimal 236 108 112 0 0.54 0.53 0.07 358.13 0.77 0.67
Hex EC 6C 70 0 36 35 7 166 4D 43
Octal 354 154 160 0 66 65 7 546 115 103
Binary 11101100 1101100 1110000 0 110110 110101 111 101100110 1001101 1000011

Color Harmonies of #EC6C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6C70

Black with #EC6C70

Text Example


Text Example

White with #EC6C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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