Html Css Color HEX #E03F4E Amaranth

📋 copy color: '#E03F4E'

red 224 ◦ green 63 ◦ blue 78

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

Shades of Amaranth #E03F4E

Tints of Amaranth #E03F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.37%

R = 61.37%
G = 17.26%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E03F4E (or 0xE03F4E) is known color: Amaranth. HEX triplet: E0, 3F and 4E. RGB value is (224,63,78). Sum of RGB (Red+Green+Blue) = 224+63+78=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03F4E is #1FC0B1. Grayscale: #707070. Windows color (decimal): -2080946 or 5128160. OLE color: 5128160.

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

Color convert

RGB 224 63 78 -
CMYK 0 0.72 0.65 0.12
HSL 354.41º 0.72% 0.56% -
HSV(B) 354.41º 0.72% 0.88% -
XYZ 33.89 19.95 9.27 -
YUV 112.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 224 63 78 0 0.72 0.65 0.12 354.41 0.72 0.56
Hex E0 3F 4E 0 48 41 C 162 48 38
Octal 340 77 116 0 110 101 14 542 110 70
Binary 11100000 111111 1001110 0 1001000 1000001 1100 101100010 1001000 111000

Color Harmonies of #E03F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03F4E

Black with #E03F4E

Text Example


Text Example

White with #E03F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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