Html Css Color HEX #E62246 Amaranth

📋 copy color: '#E62246'

red 230 ◦ green 34 ◦ blue 70

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

Shades of Amaranth #E62246

Tints of Amaranth #E62246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.18%

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

R = 68.86%
G = 10.18%
B = 20.96%

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

#E62246 (or 0xE62246) is known color: Amaranth. HEX triplet: E6, 22 and 46. RGB value is (230,34,70). Sum of RGB (Red+Green+Blue) = 230+34+70=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E62246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62246 is #19DDB9. Grayscale: #606060. Windows color (decimal): -1695162 or 4596454. OLE color: 4596454.

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

Color convert

RGB 230 34 70 -
CMYK 0 0.85 0.70 0.10
HSL 348.98º 0.8% 0.52% -
HSV(B) 348.98º 0.85% 0.9% -
XYZ 34.31 18.41 7.54 -
YUV 96.71 112.93 223.07 -
System Red Green Blue C M Y K H S L
Decimal 230 34 70 0 0.85 0.70 0.10 348.98 0.8 0.52
Hex E6 22 46 0 55 46 A 15D 50 34
Octal 346 42 106 0 125 106 12 535 120 64
Binary 11100110 100010 1000110 0 1010101 1000110 1010 101011101 1010000 110100

Color Harmonies of #E62246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62246

Black with #E62246

Text Example


Text Example

White with #E62246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62246; }

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

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

background-color css

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

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

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

border-color css

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

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

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