Html Css Color HEX #E4204B Amaranth

📋 copy color: '#E4204B'

red 228 ◦ green 32 ◦ blue 75

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

Shades of Amaranth #E4204B

Tints of Amaranth #E4204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.55%

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

R = 68.06%
G = 9.55%
B = 22.39%

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

#E4204B (or 0xE4204B) is known color: Amaranth. HEX triplet: E4, 20 and 4B. RGB value is (228,32,75). Sum of RGB (Red+Green+Blue) = 228+32+75=335 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.06% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 228 - color contains mainly: red. Hex color #E4204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4204B is #1BDFB4. Grayscale: #5F5F5F. Windows color (decimal): -1826741 or 4923620. OLE color: 4923620.

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

Color convert

RGB 228 32 75 -
CMYK 0 0.86 0.67 0.11
HSL 346.84º 0.78% 0.51% -
HSV(B) 346.84º 0.86% 0.89% -
XYZ 33.78 18.04 8.36 -
YUV 95.51 116.43 222.5 -
System Red Green Blue C M Y K H S L
Decimal 228 32 75 0 0.86 0.67 0.11 346.84 0.78 0.51
Hex E4 20 4B 0 56 43 B 15B 4E 33
Octal 344 40 113 0 126 103 13 533 116 63
Binary 11100100 100000 1001011 0 1010110 1000011 1011 101011011 1001110 110011

Color Harmonies of #E4204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4204B

Black with #E4204B

Text Example


Text Example

White with #E4204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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