Html Css Color HEX #E42E53 Amaranth

📋 copy color: '#E42E53'

red 228 ◦ green 46 ◦ blue 83

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

Shades of Amaranth #E42E53

Tints of Amaranth #E42E53

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.89%

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

R = 63.87%
G = 12.89%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E42E53 (or 0xE42E53) is known color: Amaranth. HEX triplet: E4, 2E and 53. RGB value is (228,46,83). Sum of RGB (Red+Green+Blue) = 228+46+83=357 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.87% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 228 - color contains mainly: red. Hex color #E42E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42E53 is #1BD1AC. Grayscale: #686868. Windows color (decimal): -1823149 or 5451492. OLE color: 5451492.

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

Color convert

RGB 228 46 83 -
CMYK 0 0.80 0.64 0.11
HSL 347.8º 0.77% 0.54% -
HSV(B) 347.8º 0.8% 0.89% -
XYZ 34.53 19.07 10.04 -
YUV 104.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 228 46 83 0 0.80 0.64 0.11 347.8 0.77 0.54
Hex E4 2E 53 0 50 40 B 15C 4D 36
Octal 344 56 123 0 120 100 13 534 115 66
Binary 11100100 101110 1010011 0 1010000 1000000 1011 101011100 1001101 110110

Color Harmonies of #E42E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42E53

Black with #E42E53

Text Example


Text Example

White with #E42E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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