Html Css Color HEX #E1214E Amaranth

📋 copy color: '#E1214E'

red 225 ◦ green 33 ◦ blue 78

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

Shades of Amaranth #E1214E

Tints of Amaranth #E1214E

RGB

 RED value IS 225 (88.28% from 255) = 66.96%

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

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

R = 66.96%
G = 9.82%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1214E (or 0xE1214E) is known color: Amaranth. HEX triplet: E1, 21 and 4E. RGB value is (225,33,78). Sum of RGB (Red+Green+Blue) = 225+33+78=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1214E is #1EDEB1. Grayscale: #5F5F5F. Windows color (decimal): -2023090 or 5120481. OLE color: 5120481.

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

Color convert

RGB 225 33 78 -
CMYK 0 0.85 0.65 0.12
HSL 345.94º 0.76% 0.51% -
HSV(B) 345.94º 0.85% 0.88% -
XYZ 32.97 17.65 8.88 -
YUV 95.54 118.11 220.34 -
System Red Green Blue C M Y K H S L
Decimal 225 33 78 0 0.85 0.65 0.12 345.94 0.76 0.51
Hex E1 21 4E 0 55 41 C 15A 4C 33
Octal 341 41 116 0 125 101 14 532 114 63
Binary 11100001 100001 1001110 0 1010101 1000001 1100 101011010 1001100 110011

Color Harmonies of #E1214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1214E

Black with #E1214E

Text Example


Text Example

White with #E1214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1214E; }

 p { color: rgb(225,33,78); }

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

background-color css

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

 a { background-color: rgb(225,33,78); }

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

border-color css

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

 span { border-color: rgb(225,33,78); }

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