Html Css Color HEX #E02258 Amaranth

📋 copy color: '#E02258'

red 224 ◦ green 34 ◦ blue 88

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

Shades of Amaranth #E02258

Tints of Amaranth #E02258

RGB

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

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

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

R = 64.74%
G = 9.83%
B = 25.43%

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

#E02258 (or 0xE02258) is known color: Amaranth. HEX triplet: E0, 22 and 58. RGB value is (224,34,88). Sum of RGB (Red+Green+Blue) = 224+34+88=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E02258 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02258 is #1FDDA7. Grayscale: #606060. Windows color (decimal): -2088360 or 5776096. OLE color: 5776096.

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

Color convert

RGB 224 34 88 -
CMYK 0 0.85 0.61 0.12
HSL 342.95º 0.75% 0.51% -
HSV(B) 342.95º 0.85% 0.88% -
XYZ 33.07 17.7 10.9 -
YUV 96.97 122.95 218.61 -
System Red Green Blue C M Y K H S L
Decimal 224 34 88 0 0.85 0.61 0.12 342.95 0.75 0.51
Hex E0 22 58 0 55 3D C 157 4B 33
Octal 340 42 130 0 125 75 14 527 113 63
Binary 11100000 100010 1011000 0 1010101 111101 1100 101010111 1001011 110011

Color Harmonies of #E02258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02258

Black with #E02258

Text Example


Text Example

White with #E02258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02258; }

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

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

background-color css

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

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

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

border-color css

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

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

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