Html Css Color HEX #EC284E Amaranth

📋 copy color: '#EC284E'

red 236 ◦ green 40 ◦ blue 78

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

Shades of Amaranth #EC284E

Tints of Amaranth #EC284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.3%

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

R = 66.67%
G = 11.3%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC284E (or 0xEC284E) is known color: Amaranth. HEX triplet: EC, 28 and 4E. RGB value is (236,40,78). Sum of RGB (Red+Green+Blue) = 236+40+78=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC284E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC284E is #13D7B1. Grayscale: #666666. Windows color (decimal): -1300402 or 5122284. OLE color: 5122284.

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

Color convert

RGB 236 40 78 -
CMYK 0 0.83 0.67 0.07
HSL 348.37º 0.84% 0.54% -
HSV(B) 348.37º 0.83% 0.93% -
XYZ 36.73 19.9 9.11 -
YUV 102.94 113.93 222.91 -
System Red Green Blue C M Y K H S L
Decimal 236 40 78 0 0.83 0.67 0.07 348.37 0.84 0.54
Hex EC 28 4E 0 53 43 7 15C 54 36
Octal 354 50 116 0 123 103 7 534 124 66
Binary 11101100 101000 1001110 0 1010011 1000011 111 101011100 1010100 110110

Color Harmonies of #EC284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC284E

Black with #EC284E

Text Example


Text Example

White with #EC284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC284E; }

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

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

background-color css

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

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

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

border-color css

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

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

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