Html Css Color HEX #E5424B Amaranth

📋 copy color: '#E5424B'

red 229 ◦ green 66 ◦ blue 75

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

Shades of Amaranth #E5424B

Tints of Amaranth #E5424B

RGB

 RED value IS 229 (89.84% from 255) = 61.89%

 GREEN value IS 66 (26.17% from 255) = 17.84%

 BLUE value IS 75 (29.69% from 255) = 20.27%

R = 61.89%
G = 17.84%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5424B (or 0xE5424B) is known color: Amaranth. HEX triplet: E5, 42 and 4B. RGB value is (229,66,75). Sum of RGB (Red+Green+Blue) = 229+66+75=370 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.89% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 229 - color contains mainly: red. Hex color #E5424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5424B is #1ABDB4. Grayscale: #737373. Windows color (decimal): -1752501 or 4932325. OLE color: 4932325.

HSL color Cylindrical-coordinate representation of color #E5424B: hue angle of 356.69º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E5424B is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 66 75 -
CMYK 0 0.71 0.67 0.10
HSL 356.69º 0.76% 0.58% -
HSV(B) 356.69º 0.71% 0.9% -
XYZ 35.53 21.06 8.85 -
YUV 115.76 105 208.77 -
System Red Green Blue C M Y K H S L
Decimal 229 66 75 0 0.71 0.67 0.10 356.69 0.76 0.58
Hex E5 42 4B 0 47 43 A 165 4C 3A
Octal 345 102 113 0 107 103 12 545 114 72
Binary 11100101 1000010 1001011 0 1000111 1000011 1010 101100101 1001100 111010

Color Harmonies of #E5424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5424B

Black with #E5424B

Text Example


Text Example

White with #E5424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5424B; }

 p { color: rgb(229,66,75); }

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

background-color css

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

 a { background-color: rgb(229,66,75); }

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

border-color css

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

 span { border-color: rgb(229,66,75); }

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