Html Css Color HEX #EC1B53 Amaranth

📋 copy color: '#EC1B53'

red 236 ◦ green 27 ◦ blue 83

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

Shades of Amaranth #EC1B53

Tints of Amaranth #EC1B53

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.8%

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

R = 68.21%
G = 7.8%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC1B53 (or 0xEC1B53) is known color: Amaranth. HEX triplet: EC, 1B and 53. RGB value is (236,27,83). Sum of RGB (Red+Green+Blue) = 236+27+83=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 83 (32.81% from 255 or 23.99% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1B53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1B53 is #13E4AC. Grayscale: #5F5F5F. Windows color (decimal): -1303725 or 5446636. OLE color: 5446636.

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

Color convert

RGB 236 27 83 -
CMYK 0 0.89 0.65 0.07
HSL 343.92º 0.85% 0.52% -
HSV(B) 343.92º 0.89% 0.93% -
XYZ 36.55 19.24 9.97 -
YUV 95.88 120.74 227.95 -
System Red Green Blue C M Y K H S L
Decimal 236 27 83 0 0.89 0.65 0.07 343.92 0.85 0.52
Hex EC 1B 53 0 59 41 7 158 55 34
Octal 354 33 123 0 131 101 7 530 125 64
Binary 11101100 11011 1010011 0 1011001 1000001 111 101011000 1010101 110100

Color Harmonies of #EC1B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1B53

Black with #EC1B53

Text Example


Text Example

White with #EC1B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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