Html Css Color HEX #EC3256 Amaranth

📋 copy color: '#EC3256'

red 236 ◦ green 50 ◦ blue 86

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

Shades of Amaranth #EC3256

Tints of Amaranth #EC3256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.44%

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

R = 63.44%
G = 13.44%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC3256 (or 0xEC3256) is known color: Amaranth. HEX triplet: EC, 32 and 56. RGB value is (236,50,86). Sum of RGB (Red+Green+Blue) = 236+50+86=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 86 (33.98% from 255 or 23.12% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3256 is #13CDA9. Grayscale: #6D6D6D. Windows color (decimal): -1297834 or 5649132. OLE color: 5649132.

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

Color convert

RGB 236 50 86 -
CMYK 0 0.79 0.64 0.07
HSL 348.39º 0.83% 0.56% -
HSV(B) 348.39º 0.79% 0.93% -
XYZ 37.41 20.79 10.84 -
YUV 109.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 236 50 86 0 0.79 0.64 0.07 348.39 0.83 0.56
Hex EC 32 56 0 4F 40 7 15C 53 38
Octal 354 62 126 0 117 100 7 534 123 70
Binary 11101100 110010 1010110 0 1001111 1000000 111 101011100 1010011 111000

Color Harmonies of #EC3256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3256

Black with #EC3256

Text Example


Text Example

White with #EC3256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3256; }

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

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

background-color css

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

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

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

border-color css

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

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

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