Html Css Color HEX #E62C4E Amaranth

📋 copy color: '#E62C4E'

red 230 ◦ green 44 ◦ blue 78

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

Shades of Amaranth #E62C4E

Tints of Amaranth #E62C4E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.5%

 BLUE value IS 78 (30.86% from 255) = 22.16%

R = 65.34%
G = 12.5%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E62C4E (or 0xE62C4E) is known color: Amaranth. HEX triplet: E6, 2C and 4E. RGB value is (230,44,78). Sum of RGB (Red+Green+Blue) = 230+44+78=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E62C4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62C4E is #19D3B1. Grayscale: #676767. Windows color (decimal): -1692594 or 5123302. OLE color: 5123302.

HSL color Cylindrical-coordinate representation of color #E62C4E: hue angle of 349.03º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62C4E is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 44 78 -
CMYK 0 0.81 0.66 0.10
HSL 349.03º 0.79% 0.54% -
HSV(B) 349.03º 0.81% 0.9% -
XYZ 34.91 19.17 9.07 -
YUV 103.49 113.62 218.24 -
System Red Green Blue C M Y K H S L
Decimal 230 44 78 0 0.81 0.66 0.10 349.03 0.79 0.54
Hex E6 2C 4E 0 51 42 A 15D 4F 36
Octal 346 54 116 0 121 102 12 535 117 66
Binary 11100110 101100 1001110 0 1010001 1000010 1010 101011101 1001111 110110

Color Harmonies of #E62C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62C4E

Black with #E62C4E

Text Example


Text Example

White with #E62C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62C4E; }

 p { color: rgb(230,44,78); }

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

background-color css

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

 a { background-color: rgb(230,44,78); }

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

border-color css

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

 span { border-color: rgb(230,44,78); }

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