Html Css Color HEX #E02F55 Amaranth

📋 copy color: '#E02F55'

red 224 ◦ green 47 ◦ blue 85

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

Shades of Amaranth #E02F55

Tints of Amaranth #E02F55

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.2%

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

R = 62.92%
G = 13.2%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E02F55 (or 0xE02F55) is known color: Amaranth. HEX triplet: E0, 2F and 55. RGB value is (224,47,85). Sum of RGB (Red+Green+Blue) = 224+47+85=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02F55 is #1FD0AA. Grayscale: #686868. Windows color (decimal): -2085035 or 5582816. OLE color: 5582816.

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

Color convert

RGB 224 47 85 -
CMYK 0 0.79 0.62 0.12
HSL 347.12º 0.74% 0.53% -
HSV(B) 347.12º 0.79% 0.88% -
XYZ 33.4 18.54 10.41 -
YUV 104.26 117.14 213.41 -
System Red Green Blue C M Y K H S L
Decimal 224 47 85 0 0.79 0.62 0.12 347.12 0.74 0.53
Hex E0 2F 55 0 4F 3E C 15B 4A 35
Octal 340 57 125 0 117 76 14 533 112 65
Binary 11100000 101111 1010101 0 1001111 111110 1100 101011011 1001010 110101

Color Harmonies of #E02F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02F55

Black with #E02F55

Text Example


Text Example

White with #E02F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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