Html Css Color HEX #EC2453 Amaranth

📋 copy color: '#EC2453'

red 236 ◦ green 36 ◦ blue 83

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

Shades of Amaranth #EC2453

Tints of Amaranth #EC2453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.14%

 BLUE value IS 83 (32.81% from 255) = 23.38%

R = 66.48%
G = 10.14%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC2453 (or 0xEC2453) is known color: Amaranth. HEX triplet: EC, 24 and 53. RGB value is (236,36,83). Sum of RGB (Red+Green+Blue) = 236+36+83=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2453 is #13DBAC. Grayscale: #656565. Windows color (decimal): -1301421 or 5448940. OLE color: 5448940.

HSL color Cylindrical-coordinate representation of color #EC2453: hue angle of 345.9º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC2453 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 36 83 -
CMYK 0 0.85 0.65 0.07
HSL 345.9º 0.84% 0.53% -
HSV(B) 345.9º 0.85% 0.93% -
XYZ 36.78 19.72 10.05 -
YUV 101.16 117.76 224.18 -
System Red Green Blue C M Y K H S L
Decimal 236 36 83 0 0.85 0.65 0.07 345.9 0.84 0.53
Hex EC 24 53 0 55 41 7 15A 54 35
Octal 354 44 123 0 125 101 7 532 124 65
Binary 11101100 100100 1010011 0 1010101 1000001 111 101011010 1010100 110101

Color Harmonies of #EC2453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2453

Black with #EC2453

Text Example


Text Example

White with #EC2453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2453; }

 p { color: rgb(236,36,83); }

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

background-color css

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

 a { background-color: rgb(236,36,83); }

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

border-color css

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

 span { border-color: rgb(236,36,83); }

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