Html Css Color HEX #E02256 Amaranth

📋 copy color: '#E02256'

red 224 ◦ green 34 ◦ blue 86

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

Shades of Amaranth #E02256

Tints of Amaranth #E02256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25%

R = 65.12%
G = 9.88%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E02256 (or 0xE02256) is known color: Amaranth. HEX triplet: E0, 22 and 56. RGB value is (224,34,86). Sum of RGB (Red+Green+Blue) = 224+34+86=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E02256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02256 is #1FDDA9. Grayscale: #606060. Windows color (decimal): -2088362 or 5645024. OLE color: 5645024.

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

Color convert

RGB 224 34 86 -
CMYK 0 0.85 0.62 0.12
HSL 343.58º 0.75% 0.51% -
HSV(B) 343.58º 0.85% 0.88% -
XYZ 32.99 17.66 10.47 -
YUV 96.74 121.95 218.77 -
System Red Green Blue C M Y K H S L
Decimal 224 34 86 0 0.85 0.62 0.12 343.58 0.75 0.51
Hex E0 22 56 0 55 3E C 158 4B 33
Octal 340 42 126 0 125 76 14 530 113 63
Binary 11100000 100010 1010110 0 1010101 111110 1100 101011000 1001011 110011

Color Harmonies of #E02256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02256

Black with #E02256

Text Example


Text Example

White with #E02256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02256; }

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

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

background-color css

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

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

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

border-color css

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

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

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