Html Css Color HEX #E02148 Amaranth

📋 copy color: '#E02148'

red 224 ◦ green 33 ◦ blue 72

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

Shades of Amaranth #E02148

Tints of Amaranth #E02148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.03%

 BLUE value IS 72 (28.52% from 255) = 21.88%

R = 68.09%
G = 10.03%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E02148 (or 0xE02148) is known color: Amaranth. HEX triplet: E0, 21 and 48. RGB value is (224,33,72). Sum of RGB (Red+Green+Blue) = 224+33+72=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E02148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02148 is #1FDEB7. Grayscale: #5E5E5E. Windows color (decimal): -2088632 or 4727264. OLE color: 4727264.

HSL color Cylindrical-coordinate representation of color #E02148: hue angle of 347.75º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E02148 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 33 72 -
CMYK 0 0.85 0.68 0.12
HSL 347.75º 0.75% 0.5% -
HSV(B) 347.75º 0.85% 0.88% -
XYZ 32.45 17.4 7.78 -
YUV 94.56 115.28 220.33 -
System Red Green Blue C M Y K H S L
Decimal 224 33 72 0 0.85 0.68 0.12 347.75 0.75 0.5
Hex E0 21 48 0 55 44 C 15C 4B 32
Octal 340 41 110 0 125 104 14 534 113 62
Binary 11100000 100001 1001000 0 1010101 1000100 1100 101011100 1001011 110010

Color Harmonies of #E02148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02148

Black with #E02148

Text Example


Text Example

White with #E02148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02148; }

 p { color: rgb(224,33,72); }

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

background-color css

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

 a { background-color: rgb(224,33,72); }

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

border-color css

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

 span { border-color: rgb(224,33,72); }

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