Html Css Color HEX #E42344 Amaranth

📋 copy color: '#E42344'

red 228 ◦ green 35 ◦ blue 68

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

Shades of Amaranth #E42344

Tints of Amaranth #E42344

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.57%

 BLUE value IS 68 (26.95% from 255) = 20.54%

R = 68.88%
G = 10.57%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E42344 (or 0xE42344) is known color: Amaranth. HEX triplet: E4, 23 and 44. RGB value is (228,35,68). Sum of RGB (Red+Green+Blue) = 228+35+68=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E42344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E42344 is #1BDCBB. Grayscale: #606060. Windows color (decimal): -1825980 or 4465636. OLE color: 4465636.

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

Color convert

RGB 228 35 68 -
CMYK 0 0.85 0.70 0.11
HSL 349.74º 0.78% 0.52% -
HSV(B) 349.74º 0.85% 0.89% -
XYZ 33.64 18.11 7.19 -
YUV 96.47 111.94 221.82 -
System Red Green Blue C M Y K H S L
Decimal 228 35 68 0 0.85 0.70 0.11 349.74 0.78 0.52
Hex E4 23 44 0 55 46 B 15E 4E 34
Octal 344 43 104 0 125 106 13 536 116 64
Binary 11100100 100011 1000100 0 1010101 1000110 1011 101011110 1001110 110100

Color Harmonies of #E42344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42344

Black with #E42344

Text Example


Text Example

White with #E42344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42344; }

 p { color: rgb(228,35,68); }

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

background-color css

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

 a { background-color: rgb(228,35,68); }

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

border-color css

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

 span { border-color: rgb(228,35,68); }

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