Html Css Color HEX #E62256 Amaranth

📋 copy color: '#E62256'

red 230 ◦ green 34 ◦ blue 86

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

Shades of Amaranth #E62256

Tints of Amaranth #E62256

RGB

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

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

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

R = 65.71%
G = 9.71%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E62256 (or 0xE62256) is known color: Amaranth. HEX triplet: E6, 22 and 56. RGB value is (230,34,86). Sum of RGB (Red+Green+Blue) = 230+34+86=350 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.71% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 230 - color contains mainly: red. Hex color #E62256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62256 is #19DDA9. Grayscale: #626262. Windows color (decimal): -1695146 or 5645030. OLE color: 5645030.

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

Color convert

RGB 230 34 86 -
CMYK 0 0.85 0.63 0.10
HSL 344.08º 0.8% 0.52% -
HSV(B) 344.08º 0.85% 0.9% -
XYZ 34.88 18.64 10.56 -
YUV 98.53 120.93 221.77 -
System Red Green Blue C M Y K H S L
Decimal 230 34 86 0 0.85 0.63 0.10 344.08 0.8 0.52
Hex E6 22 56 0 55 3F A 158 50 34
Octal 346 42 126 0 125 77 12 530 120 64
Binary 11100110 100010 1010110 0 1010101 111111 1010 101011000 1010000 110100

Color Harmonies of #E62256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62256

Black with #E62256

Text Example


Text Example

White with #E62256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62256; }

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

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

background-color css

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

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

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

border-color css

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

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

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