Html Css Color HEX #E03F4D Amaranth

📋 copy color: '#E03F4D'

red 224 ◦ green 63 ◦ blue 77

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

Shades of Amaranth #E03F4D

Tints of Amaranth #E03F4D

RGB

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

 GREEN value IS 63 (25% from 255) = 17.31%

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

R = 61.54%
G = 17.31%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E03F4D (or 0xE03F4D) is known color: Amaranth. HEX triplet: E0, 3F and 4D. RGB value is (224,63,77). Sum of RGB (Red+Green+Blue) = 224+63+77=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03F4D is #1FC0B2. Grayscale: #707070. Windows color (decimal): -2080947 or 5062624. OLE color: 5062624.

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

Color convert

RGB 224 63 77 -
CMYK 0 0.72 0.66 0.12
HSL 354.78º 0.72% 0.56% -
HSV(B) 354.78º 0.72% 0.88% -
XYZ 33.86 19.94 9.09 -
YUV 112.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 224 63 77 0 0.72 0.66 0.12 354.78 0.72 0.56
Hex E0 3F 4D 0 48 42 C 163 48 38
Octal 340 77 115 0 110 102 14 543 110 70
Binary 11100000 111111 1001101 0 1001000 1000010 1100 101100011 1001000 111000

Color Harmonies of #E03F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03F4D

Black with #E03F4D

Text Example


Text Example

White with #E03F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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