Html Css Color HEX #E02151 Amaranth

📋 copy color: '#E02151'

red 224 ◦ green 33 ◦ blue 81

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

Shades of Amaranth #E02151

Tints of Amaranth #E02151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.76%

 BLUE value IS 81 (32.03% from 255) = 23.96%

R = 66.27%
G = 9.76%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E02151 (or 0xE02151) is known color: Amaranth. HEX triplet: E0, 21 and 51. RGB value is (224,33,81). Sum of RGB (Red+Green+Blue) = 224+33+81=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E02151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02151 is #1FDEAE. Grayscale: #5F5F5F. Windows color (decimal): -2088623 or 5317088. OLE color: 5317088.

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

Color convert

RGB 224 33 81 -
CMYK 0 0.85 0.64 0.12
HSL 344.92º 0.75% 0.5% -
HSV(B) 344.92º 0.85% 0.88% -
XYZ 32.77 17.53 9.44 -
YUV 95.58 119.78 219.6 -
System Red Green Blue C M Y K H S L
Decimal 224 33 81 0 0.85 0.64 0.12 344.92 0.75 0.5
Hex E0 21 51 0 55 40 C 159 4B 32
Octal 340 41 121 0 125 100 14 531 113 62
Binary 11100000 100001 1010001 0 1010101 1000000 1100 101011001 1001011 110010

Color Harmonies of #E02151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02151

Black with #E02151

Text Example


Text Example

White with #E02151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02151; }

 p { color: rgb(224,33,81); }

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

background-color css

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

 a { background-color: rgb(224,33,81); }

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

border-color css

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

 span { border-color: rgb(224,33,81); }

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