Html Css Color HEX #E62049 Amaranth

📋 copy color: '#E62049'

red 230 ◦ green 32 ◦ blue 73

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

Shades of Amaranth #E62049

Tints of Amaranth #E62049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.55%

 BLUE value IS 73 (28.91% from 255) = 21.79%

R = 68.66%
G = 9.55%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E62049 (or 0xE62049) is known color: Amaranth. HEX triplet: E6, 20 and 49. RGB value is (230,32,73). Sum of RGB (Red+Green+Blue) = 230+32+73=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E62049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62049 is #19DFB6. Grayscale: #5F5F5F. Windows color (decimal): -1695671 or 4792550. OLE color: 4792550.

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

Color convert

RGB 230 32 73 -
CMYK 0 0.86 0.68 0.10
HSL 347.58º 0.8% 0.51% -
HSV(B) 347.58º 0.86% 0.9% -
XYZ 34.35 18.34 8.03 -
YUV 95.88 115.1 223.67 -
System Red Green Blue C M Y K H S L
Decimal 230 32 73 0 0.86 0.68 0.10 347.58 0.8 0.51
Hex E6 20 49 0 56 44 A 15C 50 33
Octal 346 40 111 0 126 104 12 534 120 63
Binary 11100110 100000 1001001 0 1010110 1000100 1010 101011100 1010000 110011

Color Harmonies of #E62049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62049

Black with #E62049

Text Example


Text Example

White with #E62049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62049; }

 p { color: rgb(230,32,73); }

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

background-color css

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

 a { background-color: rgb(230,32,73); }

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

border-color css

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

 span { border-color: rgb(230,32,73); }

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