Html Css Color HEX #E02158 Amaranth

📋 copy color: '#E02158'

red 224 ◦ green 33 ◦ blue 88

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

Shades of Amaranth #E02158

Tints of Amaranth #E02158

RGB

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

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

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

R = 64.93%
G = 9.57%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E02158 (or 0xE02158) is known color: Amaranth. HEX triplet: E0, 21 and 58. RGB value is (224,33,88). Sum of RGB (Red+Green+Blue) = 224+33+88=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E02158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02158 is #1FDEA7. Grayscale: #606060. Windows color (decimal): -2088616 or 5775840. OLE color: 5775840.

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

Color convert

RGB 224 33 88 -
CMYK 0 0.85 0.61 0.12
HSL 342.72º 0.75% 0.5% -
HSV(B) 342.72º 0.85% 0.88% -
XYZ 33.05 17.64 10.9 -
YUV 96.38 123.28 219.03 -
System Red Green Blue C M Y K H S L
Decimal 224 33 88 0 0.85 0.61 0.12 342.72 0.75 0.5
Hex E0 21 58 0 55 3D C 157 4B 32
Octal 340 41 130 0 125 75 14 527 113 62
Binary 11100000 100001 1011000 0 1010101 111101 1100 101010111 1001011 110010

Color Harmonies of #E02158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02158

Black with #E02158

Text Example


Text Example

White with #E02158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02158; }

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

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

background-color css

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

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

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

border-color css

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

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

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