Html Css Color HEX #E02157 Amaranth

📋 copy color: '#E02157'

red 224 ◦ green 33 ◦ blue 87

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

Shades of Amaranth #E02157

Tints of Amaranth #E02157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 65.12%
G = 9.59%
B = 25.29%

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

#E02157 (or 0xE02157) is known color: Amaranth. HEX triplet: E0, 21 and 57. RGB value is (224,33,87). Sum of RGB (Red+Green+Blue) = 224+33+87=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E02157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02157 is #1FDEA8. Grayscale: #606060. Windows color (decimal): -2088617 or 5710304. OLE color: 5710304.

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

Color convert

RGB 224 33 87 -
CMYK 0 0.85 0.61 0.12
HSL 343.04º 0.75% 0.5% -
HSV(B) 343.04º 0.85% 0.88% -
XYZ 33 17.62 10.68 -
YUV 96.27 122.78 219.11 -
System Red Green Blue C M Y K H S L
Decimal 224 33 87 0 0.85 0.61 0.12 343.04 0.75 0.5
Hex E0 21 57 0 55 3D C 157 4B 32
Octal 340 41 127 0 125 75 14 527 113 62
Binary 11100000 100001 1010111 0 1010101 111101 1100 101010111 1001011 110010

Color Harmonies of #E02157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02157

Black with #E02157

Text Example


Text Example

White with #E02157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02157; }

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

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

background-color css

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

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

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

border-color css

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

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

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