Html Css Color HEX #E02F56 Amaranth

📋 copy color: '#E02F56'

red 224 ◦ green 47 ◦ blue 86

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

Shades of Amaranth #E02F56

Tints of Amaranth #E02F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.09%

R = 62.75%
G = 13.17%
B = 24.09%

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

#E02F56 (or 0xE02F56) is known color: Amaranth. HEX triplet: E0, 2F and 56. RGB value is (224,47,86). Sum of RGB (Red+Green+Blue) = 224+47+86=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02F56 is #1FD0A9. Grayscale: #686868. Windows color (decimal): -2085034 or 5648352. OLE color: 5648352.

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

Color convert

RGB 224 47 86 -
CMYK 0 0.79 0.62 0.12
HSL 346.78º 0.74% 0.53% -
HSV(B) 346.78º 0.79% 0.88% -
XYZ 33.44 18.55 10.62 -
YUV 104.37 117.64 213.33 -
System Red Green Blue C M Y K H S L
Decimal 224 47 86 0 0.79 0.62 0.12 346.78 0.74 0.53
Hex E0 2F 56 0 4F 3E C 15B 4A 35
Octal 340 57 126 0 117 76 14 533 112 65
Binary 11100000 101111 1010110 0 1001111 111110 1100 101011011 1001010 110101

Color Harmonies of #E02F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02F56

Black with #E02F56

Text Example


Text Example

White with #E02F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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