Html Css Color HEX #E01B4D Amaranth

📋 copy color: '#E01B4D'

red 224 ◦ green 27 ◦ blue 77

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

Shades of Amaranth #E01B4D

Tints of Amaranth #E01B4D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.23%

 BLUE value IS 77 (30.47% from 255) = 23.48%

R = 68.29%
G = 8.23%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E01B4D (or 0xE01B4D) is known color: Amaranth. HEX triplet: E0, 1B and 4D. RGB value is (224,27,77). Sum of RGB (Red+Green+Blue) = 224+27+77=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E01B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E01B4D is #1FE4B2. Grayscale: #5B5B5B. Windows color (decimal): -2090163 or 5053408. OLE color: 5053408.

HSL color Cylindrical-coordinate representation of color #E01B4D: hue angle of 344.77º 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 #E01B4D is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 27 77 -
CMYK 0 0.88 0.66 0.12
HSL 344.77º 0.78% 0.49% -
HSV(B) 344.77º 0.88% 0.88% -
XYZ 32.47 17.17 8.62 -
YUV 91.6 119.77 222.43 -
System Red Green Blue C M Y K H S L
Decimal 224 27 77 0 0.88 0.66 0.12 344.77 0.78 0.49
Hex E0 1B 4D 0 58 42 C 159 4E 31
Octal 340 33 115 0 130 102 14 531 116 61
Binary 11100000 11011 1001101 0 1011000 1000010 1100 101011001 1001110 110001

Color Harmonies of #E01B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01B4D

Black with #E01B4D

Text Example


Text Example

White with #E01B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01B4D; }

 p { color: rgb(224,27,77); }

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

background-color css

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

 a { background-color: rgb(224,27,77); }

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

border-color css

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

 span { border-color: rgb(224,27,77); }

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