Html Css Color HEX #E62346 Amaranth

📋 copy color: '#E62346'

red 230 ◦ green 35 ◦ blue 70

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

Shades of Amaranth #E62346

Tints of Amaranth #E62346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.45%

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

R = 68.66%
G = 10.45%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E62346 (or 0xE62346) is known color: Amaranth. HEX triplet: E6, 23 and 46. RGB value is (230,35,70). Sum of RGB (Red+Green+Blue) = 230+35+70=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E62346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62346 is #19DCB9. Grayscale: #616161. Windows color (decimal): -1694906 or 4596710. OLE color: 4596710.

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

Color convert

RGB 230 35 70 -
CMYK 0 0.85 0.70 0.10
HSL 349.23º 0.8% 0.52% -
HSV(B) 349.23º 0.85% 0.9% -
XYZ 34.34 18.47 7.55 -
YUV 97.3 112.6 222.65 -
System Red Green Blue C M Y K H S L
Decimal 230 35 70 0 0.85 0.70 0.10 349.23 0.8 0.52
Hex E6 23 46 0 55 46 A 15D 50 34
Octal 346 43 106 0 125 106 12 535 120 64
Binary 11100110 100011 1000110 0 1010101 1000110 1010 101011101 1010000 110100

Color Harmonies of #E62346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62346

Black with #E62346

Text Example


Text Example

White with #E62346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62346; }

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

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

background-color css

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

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

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

border-color css

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

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

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