Html Css Color HEX #EC2C4F Amaranth

📋 copy color: '#EC2C4F'

red 236 ◦ green 44 ◦ blue 79

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

Shades of Amaranth #EC2C4F

Tints of Amaranth #EC2C4F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.26%

 BLUE value IS 79 (31.25% from 255) = 22.01%

R = 65.74%
G = 12.26%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC2C4F (or 0xEC2C4F) is known color: Amaranth. HEX triplet: EC, 2C and 4F. RGB value is (236,44,79). Sum of RGB (Red+Green+Blue) = 236+44+79=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 44 (17.58% from 255 or 12.26% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2C4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2C4F is #13D3B0. Grayscale: #696969. Windows color (decimal): -1299377 or 5188844. OLE color: 5188844.

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

Color convert

RGB 236 44 79 -
CMYK 0 0.81 0.67 0.07
HSL 349.06º 0.83% 0.55% -
HSV(B) 349.06º 0.81% 0.93% -
XYZ 36.9 20.2 9.35 -
YUV 105.4 113.11 221.15 -
System Red Green Blue C M Y K H S L
Decimal 236 44 79 0 0.81 0.67 0.07 349.06 0.83 0.55
Hex EC 2C 4F 0 51 43 7 15D 53 37
Octal 354 54 117 0 121 103 7 535 123 67
Binary 11101100 101100 1001111 0 1010001 1000011 111 101011101 1010011 110111

Color Harmonies of #EC2C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2C4F

Black with #EC2C4F

Text Example


Text Example

White with #EC2C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2C4F; }

 p { color: rgb(236,44,79); }

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

background-color css

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

 a { background-color: rgb(236,44,79); }

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

border-color css

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

 span { border-color: rgb(236,44,79); }

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