Html Css Color HEX #E42A53 Amaranth

📋 copy color: '#E42A53'

red 228 ◦ green 42 ◦ blue 83

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

Shades of Amaranth #E42A53

Tints of Amaranth #E42A53

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.9%

 BLUE value IS 83 (32.81% from 255) = 23.51%

R = 64.59%
G = 11.9%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E42A53 (or 0xE42A53) is known color: Amaranth. HEX triplet: E4, 2A and 53. RGB value is (228,42,83). Sum of RGB (Red+Green+Blue) = 228+42+83=353 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.59% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 228 - color contains mainly: red. Hex color #E42A53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42A53 is #1BD5AC. Grayscale: #666666. Windows color (decimal): -1824173 or 5450468. OLE color: 5450468.

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

Color convert

RGB 228 42 83 -
CMYK 0 0.82 0.64 0.11
HSL 346.77º 0.78% 0.53% -
HSV(B) 346.77º 0.82% 0.89% -
XYZ 34.38 18.77 10 -
YUV 102.29 117.12 217.67 -
System Red Green Blue C M Y K H S L
Decimal 228 42 83 0 0.82 0.64 0.11 346.77 0.78 0.53
Hex E4 2A 53 0 52 40 B 15B 4E 35
Octal 344 52 123 0 122 100 13 533 116 65
Binary 11100100 101010 1010011 0 1010010 1000000 1011 101011011 1001110 110101

Color Harmonies of #E42A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42A53

Black with #E42A53

Text Example


Text Example

White with #E42A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42A53; }

 p { color: rgb(228,42,83); }

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

background-color css

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

 a { background-color: rgb(228,42,83); }

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

border-color css

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

 span { border-color: rgb(228,42,83); }

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