Html Css Color HEX #E0214C Amaranth

📋 copy color: '#E0214C'

red 224 ◦ green 33 ◦ blue 76

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

Shades of Amaranth #E0214C

Tints of Amaranth #E0214C

RGB

 RED value IS 224 (87.89% from 255) = 67.27%

 GREEN value IS 33 (13.28% from 255) = 9.91%

 BLUE value IS 76 (30.08% from 255) = 22.82%

R = 67.27%
G = 9.91%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0214C (or 0xE0214C) is known color: Amaranth. HEX triplet: E0, 21 and 4C. RGB value is (224,33,76). Sum of RGB (Red+Green+Blue) = 224+33+76=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E0214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0214C is #1FDEB3. Grayscale: #5F5F5F. Windows color (decimal): -2088628 or 4989408. OLE color: 4989408.

HSL color Cylindrical-coordinate representation of color #E0214C: hue angle of 346.49º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0214C is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 76 -
CMYK 0 0.85 0.66 0.12
HSL 346.49º 0.75% 0.5% -
HSV(B) 346.49º 0.85% 0.88% -
XYZ 32.59 17.46 8.49 -
YUV 95.01 117.28 220 -
System Red Green Blue C M Y K H S L
Decimal 224 33 76 0 0.85 0.66 0.12 346.49 0.75 0.5
Hex E0 21 4C 0 55 42 C 15A 4B 32
Octal 340 41 114 0 125 102 14 532 113 62
Binary 11100000 100001 1001100 0 1010101 1000010 1100 101011010 1001011 110010

Color Harmonies of #E0214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0214C

Black with #E0214C

Text Example


Text Example

White with #E0214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0214C; }

 p { color: rgb(224,33,76); }

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

background-color css

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

 a { background-color: rgb(224,33,76); }

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

border-color css

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

 span { border-color: rgb(224,33,76); }

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