Html Css Color HEX #E02458 Amaranth

📋 copy color: '#E02458'

red 224 ◦ green 36 ◦ blue 88

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

Shades of Amaranth #E02458

Tints of Amaranth #E02458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.34%

 BLUE value IS 88 (34.77% from 255) = 25.29%

R = 64.37%
G = 10.34%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E02458 (or 0xE02458) is known color: Amaranth. HEX triplet: E0, 24 and 58. RGB value is (224,36,88). Sum of RGB (Red+Green+Blue) = 224+36+88=348 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.37% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 224 - color contains mainly: red. Hex color #E02458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02458 is #1FDBA7. Grayscale: #626262. Windows color (decimal): -2087848 or 5776608. OLE color: 5776608.

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

Color convert

RGB 224 36 88 -
CMYK 0 0.84 0.61 0.12
HSL 343.4º 0.75% 0.51% -
HSV(B) 343.4º 0.84% 0.88% -
XYZ 33.13 17.81 10.92 -
YUV 98.14 122.28 217.77 -
System Red Green Blue C M Y K H S L
Decimal 224 36 88 0 0.84 0.61 0.12 343.4 0.75 0.51
Hex E0 24 58 0 54 3D C 157 4B 33
Octal 340 44 130 0 124 75 14 527 113 63
Binary 11100000 100100 1011000 0 1010100 111101 1100 101010111 1001011 110011

Color Harmonies of #E02458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02458

Black with #E02458

Text Example


Text Example

White with #E02458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02458; }

 p { color: rgb(224,36,88); }

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

background-color css

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

 a { background-color: rgb(224,36,88); }

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

border-color css

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

 span { border-color: rgb(224,36,88); }

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