Html Css Color HEX #EC2753 Amaranth

📋 copy color: '#EC2753'

red 236 ◦ green 39 ◦ blue 83

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

Shades of Amaranth #EC2753

Tints of Amaranth #EC2753

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.89%

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

R = 65.92%
G = 10.89%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC2753 (or 0xEC2753) is known color: Amaranth. HEX triplet: EC, 27 and 53. RGB value is (236,39,83). Sum of RGB (Red+Green+Blue) = 236+39+83=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2753 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2753 is #13D8AC. Grayscale: #666666. Windows color (decimal): -1300653 or 5449708. OLE color: 5449708.

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

Color convert

RGB 236 39 83 -
CMYK 0 0.83 0.65 0.07
HSL 346.6º 0.84% 0.54% -
HSV(B) 346.6º 0.83% 0.93% -
XYZ 36.88 19.91 10.08 -
YUV 102.92 116.77 222.92 -
System Red Green Blue C M Y K H S L
Decimal 236 39 83 0 0.83 0.65 0.07 346.6 0.84 0.54
Hex EC 27 53 0 53 41 7 15B 54 36
Octal 354 47 123 0 123 101 7 533 124 66
Binary 11101100 100111 1010011 0 1010011 1000001 111 101011011 1010100 110110

Color Harmonies of #EC2753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2753

Black with #EC2753

Text Example


Text Example

White with #EC2753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2753; }

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

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

background-color css

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

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

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

border-color css

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

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

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