Html Css Color HEX #EC414E Amaranth

📋 copy color: '#EC414E'

red 236 ◦ green 65 ◦ blue 78

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

Shades of Amaranth #EC414E

Tints of Amaranth #EC414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.15%

 BLUE value IS 78 (30.86% from 255) = 20.58%

R = 62.27%
G = 17.15%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC414E (or 0xEC414E) is known color: Amaranth. HEX triplet: EC, 41 and 4E. RGB value is (236,65,78). Sum of RGB (Red+Green+Blue) = 236+65+78=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC414E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC414E is #13BEB1. Grayscale: #757575. Windows color (decimal): -1294002 or 5128684. OLE color: 5128684.

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

Color convert

RGB 236 65 78 -
CMYK 0 0.72 0.67 0.07
HSL 355.44º 0.82% 0.59% -
HSV(B) 355.44º 0.72% 0.93% -
XYZ 37.86 22.16 9.49 -
YUV 117.61 105.65 212.44 -
System Red Green Blue C M Y K H S L
Decimal 236 65 78 0 0.72 0.67 0.07 355.44 0.82 0.59
Hex EC 41 4E 0 48 43 7 163 52 3B
Octal 354 101 116 0 110 103 7 543 122 73
Binary 11101100 1000001 1001110 0 1001000 1000011 111 101100011 1010010 111011

Color Harmonies of #EC414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC414E

Black with #EC414E

Text Example


Text Example

White with #EC414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC414E; }

 p { color: rgb(236,65,78); }

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

background-color css

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

 a { background-color: rgb(236,65,78); }

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

border-color css

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

 span { border-color: rgb(236,65,78); }

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