Html Css Color HEX #E4214B Amaranth

📋 copy color: '#E4214B'

red 228 ◦ green 33 ◦ blue 75

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

Shades of Amaranth #E4214B

Tints of Amaranth #E4214B

RGB

 RED value IS 228 (89.45% from 255) = 67.86%

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

 BLUE value IS 75 (29.69% from 255) = 22.32%

R = 67.86%
G = 9.82%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E4214B (or 0xE4214B) is known color: Amaranth. HEX triplet: E4, 21 and 4B. RGB value is (228,33,75). Sum of RGB (Red+Green+Blue) = 228+33+75=336 (44% of max value = 765). Red value is 228 (89.45% from 255 or 67.86% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 228 - color contains mainly: red. Hex color #E4214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4214B is #1BDEB4. Grayscale: #606060. Windows color (decimal): -1826485 or 4923876. OLE color: 4923876.

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

Color convert

RGB 228 33 75 -
CMYK 0 0.86 0.67 0.11
HSL 347.08º 0.78% 0.51% -
HSV(B) 347.08º 0.86% 0.89% -
XYZ 33.81 18.09 8.37 -
YUV 96.09 116.1 222.08 -
System Red Green Blue C M Y K H S L
Decimal 228 33 75 0 0.86 0.67 0.11 347.08 0.78 0.51
Hex E4 21 4B 0 56 43 B 15B 4E 33
Octal 344 41 113 0 126 103 13 533 116 63
Binary 11100100 100001 1001011 0 1010110 1000011 1011 101011011 1001110 110011

Color Harmonies of #E4214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4214B

Black with #E4214B

Text Example


Text Example

White with #E4214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4214B; }

 p { color: rgb(228,33,75); }

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

background-color css

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

 a { background-color: rgb(228,33,75); }

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

border-color css

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

 span { border-color: rgb(228,33,75); }

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