Html Css Color HEX #E42F57 Amaranth

📋 copy color: '#E42F57'

red 228 ◦ green 47 ◦ blue 87

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

Shades of Amaranth #E42F57

Tints of Amaranth #E42F57

RGB

 RED value IS 228 (89.45% from 255) = 62.98%

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

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

R = 62.98%
G = 12.98%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#E42F57 (or 0xE42F57) is known color: Amaranth. HEX triplet: E4, 2F and 57. RGB value is (228,47,87). Sum of RGB (Red+Green+Blue) = 228+47+87=362 (47% of max value = 765). Red value is 228 (89.45% from 255 or 62.98% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 228 - color contains mainly: red. Hex color #E42F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42F57 is #1BD0A8. Grayscale: #696969. Windows color (decimal): -1822889 or 5713892. OLE color: 5713892.

HSL color Cylindrical-coordinate representation of color #E42F57: hue angle of 346.74º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E42F57 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 47 87 -
CMYK 0 0.79 0.62 0.11
HSL 346.74º 0.77% 0.54% -
HSV(B) 346.74º 0.79% 0.89% -
XYZ 34.73 19.22 10.9 -
YUV 105.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 228 47 87 0 0.79 0.62 0.11 346.74 0.77 0.54
Hex E4 2F 57 0 4F 3E B 15B 4D 36
Octal 344 57 127 0 117 76 13 533 115 66
Binary 11100100 101111 1010111 0 1001111 111110 1011 101011011 1001101 110110

Color Harmonies of #E42F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42F57

Black with #E42F57

Text Example


Text Example

White with #E42F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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