Html Css Color HEX #E42250 Amaranth

📋 copy color: '#E42250'

red 228 ◦ green 34 ◦ blue 80

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

Shades of Amaranth #E42250

Tints of Amaranth #E42250

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.94%

 BLUE value IS 80 (31.64% from 255) = 23.39%

R = 66.67%
G = 9.94%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E42250 (or 0xE42250) is known color: Amaranth. HEX triplet: E4, 22 and 50. RGB value is (228,34,80). Sum of RGB (Red+Green+Blue) = 228+34+80=342 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.67% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 228 - color contains mainly: red. Hex color #E42250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E42250 is #1BDDAF. Grayscale: #616161. Windows color (decimal): -1826224 or 5251812. OLE color: 5251812.

HSL color Cylindrical-coordinate representation of color #E42250: hue angle of 345.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E42250 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 34 80 -
CMYK 0 0.85 0.65 0.11
HSL 345.77º 0.78% 0.51% -
HSV(B) 345.77º 0.85% 0.89% -
XYZ 34.01 18.22 9.31 -
YUV 97.25 118.27 221.26 -
System Red Green Blue C M Y K H S L
Decimal 228 34 80 0 0.85 0.65 0.11 345.77 0.78 0.51
Hex E4 22 50 0 55 41 B 15A 4E 33
Octal 344 42 120 0 125 101 13 532 116 63
Binary 11100100 100010 1010000 0 1010101 1000001 1011 101011010 1001110 110011

Color Harmonies of #E42250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42250

Black with #E42250

Text Example


Text Example

White with #E42250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42250; }

 p { color: rgb(228,34,80); }

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

background-color css

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

 a { background-color: rgb(228,34,80); }

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

border-color css

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

 span { border-color: rgb(228,34,80); }

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