Html Css Color HEX #E02555 Amaranth

📋 copy color: '#E02555'

red 224 ◦ green 37 ◦ blue 85

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

Shades of Amaranth #E02555

Tints of Amaranth #E02555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.69%

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 64.74%
G = 10.69%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E02555 (or 0xE02555) is known color: Amaranth. HEX triplet: E0, 25 and 55. RGB value is (224,37,85). Sum of RGB (Red+Green+Blue) = 224+37+85=346 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.74% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 224 - color contains mainly: red. Hex color #E02555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02555 is #1FDAAA. Grayscale: #626262. Windows color (decimal): -2087595 or 5580256. OLE color: 5580256.

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

Color convert

RGB 224 37 85 -
CMYK 0 0.83 0.62 0.12
HSL 344.6º 0.75% 0.51% -
HSV(B) 344.6º 0.83% 0.88% -
XYZ 33.04 17.83 10.29 -
YUV 98.39 120.45 217.6 -
System Red Green Blue C M Y K H S L
Decimal 224 37 85 0 0.83 0.62 0.12 344.6 0.75 0.51
Hex E0 25 55 0 53 3E C 159 4B 33
Octal 340 45 125 0 123 76 14 531 113 63
Binary 11100000 100101 1010101 0 1010011 111110 1100 101011001 1001011 110011

Color Harmonies of #E02555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02555

Black with #E02555

Text Example


Text Example

White with #E02555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02555; }

 p { color: rgb(224,37,85); }

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

background-color css

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

 a { background-color: rgb(224,37,85); }

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

border-color css

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

 span { border-color: rgb(224,37,85); }

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