Html Css Color HEX #E62E4D Amaranth

📋 copy color: '#E62E4D'

red 230 ◦ green 46 ◦ blue 77

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

Shades of Amaranth #E62E4D

Tints of Amaranth #E62E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.03%

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 65.16%
G = 13.03%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E62E4D (or 0xE62E4D) is known color: Amaranth. HEX triplet: E6, 2E and 4D. RGB value is (230,46,77). Sum of RGB (Red+Green+Blue) = 230+46+77=353 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.16% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 230 - color contains mainly: red. Hex color #E62E4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62E4D is #19D1B2. Grayscale: #686868. Windows color (decimal): -1692083 or 5058278. OLE color: 5058278.

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

Color convert

RGB 230 46 77 -
CMYK 0 0.8 0.67 0.10
HSL 349.89º 0.79% 0.54% -
HSV(B) 349.89º 0.8% 0.9% -
XYZ 34.95 19.31 8.91 -
YUV 104.55 112.46 217.48 -
System Red Green Blue C M Y K H S L
Decimal 230 46 77 0 0.8 0.67 0.10 349.89 0.79 0.54
Hex E6 2E 4D 0 50 43 A 15E 4F 36
Octal 346 56 115 0 120 103 12 536 117 66
Binary 11100110 101110 1001101 0 1010000 1000011 1010 101011110 1001111 110110

Color Harmonies of #E62E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62E4D

Black with #E62E4D

Text Example


Text Example

White with #E62E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62E4D; }

 p { color: rgb(230,46,77); }

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

background-color css

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

 a { background-color: rgb(230,46,77); }

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

border-color css

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

 span { border-color: rgb(230,46,77); }

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