Html Css Color HEX #E62A46 Amaranth

📋 copy color: '#E62A46'

red 230 ◦ green 42 ◦ blue 70

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

Shades of Amaranth #E62A46

Tints of Amaranth #E62A46

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.28%

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 67.25%
G = 12.28%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E62A46 (or 0xE62A46) is known color: Amaranth. HEX triplet: E6, 2A and 46. RGB value is (230,42,70). Sum of RGB (Red+Green+Blue) = 230+42+70=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A46 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62A46 is #19D5B9. Grayscale: #656565. Windows color (decimal): -1693114 or 4598502. OLE color: 4598502.

HSL color Cylindrical-coordinate representation of color #E62A46: hue angle of 351.06º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62A46 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 42 70 -
CMYK 0 0.82 0.70 0.10
HSL 351.06º 0.79% 0.53% -
HSV(B) 351.06º 0.82% 0.9% -
XYZ 34.57 18.92 7.62 -
YUV 101.4 110.28 219.72 -
System Red Green Blue C M Y K H S L
Decimal 230 42 70 0 0.82 0.70 0.10 351.06 0.79 0.53
Hex E6 2A 46 0 52 46 A 15F 4F 35
Octal 346 52 106 0 122 106 12 537 117 65
Binary 11100110 101010 1000110 0 1010010 1000110 1010 101011111 1001111 110101

Color Harmonies of #E62A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62A46

Black with #E62A46

Text Example


Text Example

White with #E62A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62A46; }

 p { color: rgb(230,42,70); }

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

background-color css

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

 a { background-color: rgb(230,42,70); }

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

border-color css

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

 span { border-color: rgb(230,42,70); }

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