Html Css Color HEX #E01C4B Amaranth

📋 copy color: '#E01C4B'

red 224 ◦ green 28 ◦ blue 75

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

Shades of Amaranth #E01C4B

Tints of Amaranth #E01C4B

RGB

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

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

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

R = 68.5%
G = 8.56%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E01C4B (or 0xE01C4B) is known color: Amaranth. HEX triplet: E0, 1C and 4B. RGB value is (224,28,75). Sum of RGB (Red+Green+Blue) = 224+28+75=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C4B is #1FE3B4. Grayscale: #5B5B5B. Windows color (decimal): -2089909 or 4922592. OLE color: 4922592.

HSL color Cylindrical-coordinate representation of color #E01C4B: hue angle of 345.61º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C4B is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 28 75 -
CMYK 0 0.88 0.67 0.12
HSL 345.61º 0.78% 0.49% -
HSV(B) 345.61º 0.88% 0.88% -
XYZ 32.43 17.19 8.26 -
YUV 91.96 118.43 222.18 -
System Red Green Blue C M Y K H S L
Decimal 224 28 75 0 0.88 0.67 0.12 345.61 0.78 0.49
Hex E0 1C 4B 0 58 43 C 15A 4E 31
Octal 340 34 113 0 130 103 14 532 116 61
Binary 11100000 11100 1001011 0 1011000 1000011 1100 101011010 1001110 110001

Color Harmonies of #E01C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C4B

Black with #E01C4B

Text Example


Text Example

White with #E01C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C4B; }

 p { color: rgb(224,28,75); }

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

background-color css

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

 a { background-color: rgb(224,28,75); }

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

border-color css

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

 span { border-color: rgb(224,28,75); }

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