Html Css Color HEX #E6424A Amaranth

📋 copy color: '#E6424A'

red 230 ◦ green 66 ◦ blue 74

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

Shades of Amaranth #E6424A

Tints of Amaranth #E6424A

RGB

 RED value IS 230 (90.23% from 255) = 62.16%

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

 BLUE value IS 74 (29.3% from 255) = 20%

R = 62.16%
G = 17.84%
B = 20%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6424A (or 0xE6424A) is known color: Amaranth. HEX triplet: E6, 42 and 4A. RGB value is (230,66,74). Sum of RGB (Red+Green+Blue) = 230+66+74=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E6424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6424A is #19BDB5. Grayscale: #747474. Windows color (decimal): -1686966 or 4866790. OLE color: 4866790.

HSL color Cylindrical-coordinate representation of color #E6424A: hue angle of 357.07º degrees, saturation: 0.77, 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 #E6424A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 66 74 -
CMYK 0 0.71 0.68 0.10
HSL 357.07º 0.77% 0.58% -
HSV(B) 357.07º 0.71% 0.9% -
XYZ 35.82 21.21 8.69 -
YUV 115.95 104.33 209.35 -
System Red Green Blue C M Y K H S L
Decimal 230 66 74 0 0.71 0.68 0.10 357.07 0.77 0.58
Hex E6 42 4A 0 47 44 A 165 4D 3A
Octal 346 102 112 0 107 104 12 545 115 72
Binary 11100110 1000010 1001010 0 1000111 1000100 1010 101100101 1001101 111010

Color Harmonies of #E6424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6424A

Black with #E6424A

Text Example


Text Example

White with #E6424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6424A; }

 p { color: rgb(230,66,74); }

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

background-color css

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

 a { background-color: rgb(230,66,74); }

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

border-color css

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

 span { border-color: rgb(230,66,74); }

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