Html Css Color HEX #EC2953 Amaranth

📋 copy color: '#EC2953'

red 236 ◦ green 41 ◦ blue 83

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

Shades of Amaranth #EC2953

Tints of Amaranth #EC2953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.39%

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

R = 65.56%
G = 11.39%
B = 23.06%

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

#EC2953 (or 0xEC2953) is known color: Amaranth. HEX triplet: EC, 29 and 53. RGB value is (236,41,83). Sum of RGB (Red+Green+Blue) = 236+41+83=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2953 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2953 is #13D6AC. Grayscale: #686868. Windows color (decimal): -1300141 or 5450220. OLE color: 5450220.

HSL color Cylindrical-coordinate representation of color #EC2953: hue angle of 347.08º 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 #EC2953 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 41 83 -
CMYK 0 0.83 0.65 0.07
HSL 347.08º 0.84% 0.54% -
HSV(B) 347.08º 0.83% 0.93% -
XYZ 36.95 20.04 10.11 -
YUV 104.09 116.1 222.08 -
System Red Green Blue C M Y K H S L
Decimal 236 41 83 0 0.83 0.65 0.07 347.08 0.84 0.54
Hex EC 29 53 0 53 41 7 15B 54 36
Octal 354 51 123 0 123 101 7 533 124 66
Binary 11101100 101001 1010011 0 1010011 1000001 111 101011011 1010100 110110

Color Harmonies of #EC2953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2953

Black with #EC2953

Text Example


Text Example

White with #EC2953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2953; }

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

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

background-color css

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

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

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

border-color css

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

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

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