Html Css Color HEX #E02F57 Amaranth

📋 copy color: '#E02F57'

red 224 ◦ green 47 ◦ blue 87

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

Shades of Amaranth #E02F57

Tints of Amaranth #E02F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.3%

R = 62.57%
G = 13.13%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E02F57 (or 0xE02F57) is known color: Amaranth. HEX triplet: E0, 2F and 57. RGB value is (224,47,87). Sum of RGB (Red+Green+Blue) = 224+47+87=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02F57 is #1FD0A8. Grayscale: #686868. Windows color (decimal): -2085033 or 5713888. OLE color: 5713888.

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

Color convert

RGB 224 47 87 -
CMYK 0 0.79 0.61 0.12
HSL 346.44º 0.74% 0.53% -
HSV(B) 346.44º 0.79% 0.88% -
XYZ 33.48 18.57 10.84 -
YUV 104.48 118.14 213.25 -
System Red Green Blue C M Y K H S L
Decimal 224 47 87 0 0.79 0.61 0.12 346.44 0.74 0.53
Hex E0 2F 57 0 4F 3D C 15A 4A 35
Octal 340 57 127 0 117 75 14 532 112 65
Binary 11100000 101111 1010111 0 1001111 111101 1100 101011010 1001010 110101

Color Harmonies of #E02F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02F57

Black with #E02F57

Text Example


Text Example

White with #E02F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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