Html Css Color HEX #E63E50 Amaranth

📋 copy color: '#E63E50'

red 230 ◦ green 62 ◦ blue 80

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

Shades of Amaranth #E63E50

Tints of Amaranth #E63E50

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.67%

 BLUE value IS 80 (31.64% from 255) = 21.51%

R = 61.83%
G = 16.67%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E63E50 (or 0xE63E50) is known color: Amaranth. HEX triplet: E6, 3E and 50. RGB value is (230,62,80). Sum of RGB (Red+Green+Blue) = 230+62+80=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E63E50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E63E50 is #19C1AF. Grayscale: #727272. Windows color (decimal): -1687984 or 5258982. OLE color: 5258982.

HSL color Cylindrical-coordinate representation of color #E63E50: hue angle of 353.57º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63E50 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 62 80 -
CMYK 0 0.73 0.65 0.10
HSL 353.57º 0.77% 0.57% -
HSV(B) 353.57º 0.73% 0.9% -
XYZ 35.8 20.85 9.73 -
YUV 114.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 230 62 80 0 0.73 0.65 0.10 353.57 0.77 0.57
Hex E6 3E 50 0 49 41 A 162 4D 39
Octal 346 76 120 0 111 101 12 542 115 71
Binary 11100110 111110 1010000 0 1001001 1000001 1010 101100010 1001101 111001

Color Harmonies of #E63E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E63E50

Black with #E63E50

Text Example


Text Example

White with #E63E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E63E50; }

 p { color: rgb(230,62,80); }

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

background-color css

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

 a { background-color: rgb(230,62,80); }

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

border-color css

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

 span { border-color: rgb(230,62,80); }

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