Html Css Color HEX #E02B57 Amaranth

📋 copy color: '#E02B57'

red 224 ◦ green 43 ◦ blue 87

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

Shades of Amaranth #E02B57

Tints of Amaranth #E02B57

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.15%

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

R = 63.28%
G = 12.15%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E02B57 (or 0xE02B57) is known color: Amaranth. HEX triplet: E0, 2B and 57. RGB value is (224,43,87). Sum of RGB (Red+Green+Blue) = 224+43+87=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02B57 is #1FD4A8. Grayscale: #666666. Windows color (decimal): -2086057 or 5712864. OLE color: 5712864.

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

Color convert

RGB 224 43 87 -
CMYK 0 0.81 0.61 0.12
HSL 345.41º 0.74% 0.52% -
HSV(B) 345.41º 0.81% 0.88% -
XYZ 33.32 18.26 10.79 -
YUV 102.14 119.47 214.92 -
System Red Green Blue C M Y K H S L
Decimal 224 43 87 0 0.81 0.61 0.12 345.41 0.74 0.52
Hex E0 2B 57 0 51 3D C 159 4A 34
Octal 340 53 127 0 121 75 14 531 112 64
Binary 11100000 101011 1010111 0 1010001 111101 1100 101011001 1001010 110100

Color Harmonies of #E02B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02B57

Black with #E02B57

Text Example


Text Example

White with #E02B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02B57; }

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

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

background-color css

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

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

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

border-color css

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

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

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