Html Css Color HEX #EC6C6E Froly

📋 copy color: '#EC6C6E'

red 236 ◦ green 108 ◦ blue 110

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

Shades of Froly #EC6C6E

Tints of Froly #EC6C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.23%

R = 51.98%
G = 23.79%
B = 24.23%

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

#EC6C6E (or 0xEC6C6E) is known color: Froly. HEX triplet: EC, 6C and 6E. RGB value is (236,108,110). Sum of RGB (Red+Green+Blue) = 236+108+110=454 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.98% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC6C6E is #139391. Grayscale: #929292. Windows color (decimal): -1282962 or 7236844. OLE color: 7236844.

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

Color convert

RGB 236 108 110 -
CMYK 0 0.54 0.53 0.07
HSL 359.06º 0.77% 0.67% -
HSV(B) 359.06º 0.54% 0.93% -
XYZ 42.77 29.68 18.23 -
YUV 146.5 107.41 191.84 -
System Red Green Blue C M Y K H S L
Decimal 236 108 110 0 0.54 0.53 0.07 359.06 0.77 0.67
Hex EC 6C 6E 0 36 35 7 167 4D 43
Octal 354 154 156 0 66 65 7 547 115 103
Binary 11101100 1101100 1101110 0 110110 110101 111 101100111 1001101 1000011

Color Harmonies of #EC6C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6C6E

Black with #EC6C6E

Text Example


Text Example

White with #EC6C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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