Html Css Color HEX #E63346 Amaranth

📋 copy color: '#E63346'

red 230 ◦ green 51 ◦ blue 70

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

Shades of Amaranth #E63346

Tints of Amaranth #E63346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.53%

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

R = 65.53%
G = 14.53%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E63346 (or 0xE63346) is known color: Amaranth. HEX triplet: E6, 33 and 46. RGB value is (230,51,70). Sum of RGB (Red+Green+Blue) = 230+51+70=351 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.53% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 230 - color contains mainly: red. Hex color #E63346 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E63346 is #19CCB9. Grayscale: #6A6A6A. Windows color (decimal): -1690810 or 4600806. OLE color: 4600806.

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

Color convert

RGB 230 51 70 -
CMYK 0 0.78 0.70 0.10
HSL 353.63º 0.78% 0.55% -
HSV(B) 353.63º 0.78% 0.9% -
XYZ 34.92 19.63 7.74 -
YUV 106.69 107.3 215.96 -
System Red Green Blue C M Y K H S L
Decimal 230 51 70 0 0.78 0.70 0.10 353.63 0.78 0.55
Hex E6 33 46 0 4E 46 A 162 4E 37
Octal 346 63 106 0 116 106 12 542 116 67
Binary 11100110 110011 1000110 0 1001110 1000110 1010 101100010 1001110 110111

Color Harmonies of #E63346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63346

Black with #E63346

Text Example


Text Example

White with #E63346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63346; }

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

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

background-color css

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

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

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

border-color css

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

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

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