Html Css Color HEX #E62046 Amaranth

📋 copy color: '#E62046'

red 230 ◦ green 32 ◦ blue 70

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

Shades of Amaranth #E62046

Tints of Amaranth #E62046

RGB

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

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

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

R = 69.28%
G = 9.64%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E62046 (or 0xE62046) is known color: Amaranth. HEX triplet: E6, 20 and 46. RGB value is (230,32,70). Sum of RGB (Red+Green+Blue) = 230+32+70=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E62046 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62046 is #19DFB9. Grayscale: #5F5F5F. Windows color (decimal): -1695674 or 4595942. OLE color: 4595942.

HSL color Cylindrical-coordinate representation of color #E62046: hue angle of 348.48º 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 #E62046 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 32 70 -
CMYK 0 0.86 0.70 0.10
HSL 348.48º 0.8% 0.51% -
HSV(B) 348.48º 0.86% 0.9% -
XYZ 34.26 18.3 7.52 -
YUV 95.53 113.6 223.91 -
System Red Green Blue C M Y K H S L
Decimal 230 32 70 0 0.86 0.70 0.10 348.48 0.8 0.51
Hex E6 20 46 0 56 46 A 15C 50 33
Octal 346 40 106 0 126 106 12 534 120 63
Binary 11100110 100000 1000110 0 1010110 1000110 1010 101011100 1010000 110011

Color Harmonies of #E62046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62046

Black with #E62046

Text Example


Text Example

White with #E62046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62046; }

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

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

background-color css

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

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

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

border-color css

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

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

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