Html Css Color HEX #E21C4E Amaranth

📋 copy color: '#E21C4E'

red 226 ◦ green 28 ◦ blue 78

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

Shades of Amaranth #E21C4E

Tints of Amaranth #E21C4E

RGB

 RED value IS 226 (88.67% from 255) = 68.07%

 GREEN value IS 28 (11.33% from 255) = 8.43%

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

R = 68.07%
G = 8.43%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E21C4E (or 0xE21C4E) is known color: Amaranth. HEX triplet: E2, 1C and 4E. RGB value is (226,28,78). Sum of RGB (Red+Green+Blue) = 226+28+78=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C4E is #1DE3B1. Grayscale: #5C5C5C. Windows color (decimal): -1958834 or 5119202. OLE color: 5119202.

HSL color Cylindrical-coordinate representation of color #E21C4E: hue angle of 344.85º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21C4E is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 28 78 -
CMYK 0 0.88 0.65 0.11
HSL 344.85º 0.78% 0.5% -
HSV(B) 344.85º 0.88% 0.89% -
XYZ 33.15 17.55 8.85 -
YUV 92.9 119.6 222.93 -
System Red Green Blue C M Y K H S L
Decimal 226 28 78 0 0.88 0.65 0.11 344.85 0.78 0.5
Hex E2 1C 4E 0 58 41 B 159 4E 32
Octal 342 34 116 0 130 101 13 531 116 62
Binary 11100010 11100 1001110 0 1011000 1000001 1011 101011001 1001110 110010

Color Harmonies of #E21C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21C4E

Black with #E21C4E

Text Example


Text Example

White with #E21C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21C4E; }

 p { color: rgb(226,28,78); }

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

background-color css

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

 a { background-color: rgb(226,28,78); }

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

border-color css

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

 span { border-color: rgb(226,28,78); }

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