Html Css Color HEX #EC3F56 Amaranth

📋 copy color: '#EC3F56'

red 236 ◦ green 63 ◦ blue 86

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

Shades of Amaranth #EC3F56

Tints of Amaranth #EC3F56

RGB

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

 GREEN value IS 63 (25% from 255) = 16.36%

 BLUE value IS 86 (33.98% from 255) = 22.34%

R = 61.3%
G = 16.36%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC3F56 (or 0xEC3F56) is known color: Amaranth. HEX triplet: EC, 3F and 56. RGB value is (236,63,86). Sum of RGB (Red+Green+Blue) = 236+63+86=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3F56 is #13C0A9. Grayscale: #757575. Windows color (decimal): -1294506 or 5652460. OLE color: 5652460.

HSL color Cylindrical-coordinate representation of color #EC3F56: hue angle of 352.02º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3F56 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 63 86 -
CMYK 0 0.73 0.64 0.07
HSL 352.02º 0.82% 0.59% -
HSV(B) 352.02º 0.73% 0.93% -
XYZ 38.05 22.06 11.06 -
YUV 117.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 236 63 86 0 0.73 0.64 0.07 352.02 0.82 0.59
Hex EC 3F 56 0 49 40 7 160 52 3B
Octal 354 77 126 0 111 100 7 540 122 73
Binary 11101100 111111 1010110 0 1001001 1000000 111 101100000 1010010 111011

Color Harmonies of #EC3F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F56

Black with #EC3F56

Text Example


Text Example

White with #EC3F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F56; }

 p { color: rgb(236,63,86); }

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

background-color css

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

 a { background-color: rgb(236,63,86); }

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

border-color css

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

 span { border-color: rgb(236,63,86); }

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