Html Css Color HEX #E62056 Amaranth

📋 copy color: '#E62056'

red 230 ◦ green 32 ◦ blue 86

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

Shades of Amaranth #E62056

Tints of Amaranth #E62056

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

 BLUE value IS 86 (33.98% from 255) = 24.71%

R = 66.09%
G = 9.2%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E62056 (or 0xE62056) is known color: Amaranth. HEX triplet: E6, 20 and 56. RGB value is (230,32,86). Sum of RGB (Red+Green+Blue) = 230+32+86=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E62056 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62056 is #19DFA9. Grayscale: #616161. Windows color (decimal): -1695658 or 5644518. OLE color: 5644518.

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

Color convert

RGB 230 32 86 -
CMYK 0 0.86 0.63 0.10
HSL 343.64º 0.8% 0.51% -
HSV(B) 343.64º 0.86% 0.9% -
XYZ 34.83 18.53 10.54 -
YUV 97.36 121.6 222.61 -
System Red Green Blue C M Y K H S L
Decimal 230 32 86 0 0.86 0.63 0.10 343.64 0.8 0.51
Hex E6 20 56 0 56 3F A 158 50 33
Octal 346 40 126 0 126 77 12 530 120 63
Binary 11100110 100000 1010110 0 1010110 111111 1010 101011000 1010000 110011

Color Harmonies of #E62056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62056

Black with #E62056

Text Example


Text Example

White with #E62056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62056; }

 p { color: rgb(230,32,86); }

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

background-color css

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

 a { background-color: rgb(230,32,86); }

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

border-color css

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

 span { border-color: rgb(230,32,86); }

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