Html Css Color HEX #E02257 Amaranth

📋 copy color: '#E02257'

red 224 ◦ green 34 ◦ blue 87

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

Shades of Amaranth #E02257

Tints of Amaranth #E02257

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.86%

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

R = 64.93%
G = 9.86%
B = 25.22%

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

#E02257 (or 0xE02257) is known color: Amaranth. HEX triplet: E0, 22 and 57. RGB value is (224,34,87). Sum of RGB (Red+Green+Blue) = 224+34+87=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E02257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02257 is #1FDDA8. Grayscale: #606060. Windows color (decimal): -2088361 or 5710560. OLE color: 5710560.

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

Color convert

RGB 224 34 87 -
CMYK 0 0.85 0.61 0.12
HSL 343.26º 0.75% 0.51% -
HSV(B) 343.26º 0.85% 0.88% -
XYZ 33.03 17.68 10.69 -
YUV 96.85 122.45 218.69 -
System Red Green Blue C M Y K H S L
Decimal 224 34 87 0 0.85 0.61 0.12 343.26 0.75 0.51
Hex E0 22 57 0 55 3D C 157 4B 33
Octal 340 42 127 0 125 75 14 527 113 63
Binary 11100000 100010 1010111 0 1010101 111101 1100 101010111 1001011 110011

Color Harmonies of #E02257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02257

Black with #E02257

Text Example


Text Example

White with #E02257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02257; }

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

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

background-color css

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

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

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

border-color css

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

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

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