Html Css Color HEX #E62356 Amaranth

📋 copy color: '#E62356'

red 230 ◦ green 35 ◦ blue 86

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

Shades of Amaranth #E62356

Tints of Amaranth #E62356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.97%

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

R = 65.53%
G = 9.97%
B = 24.5%

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

#E62356 (or 0xE62356) is known color: Amaranth. HEX triplet: E6, 23 and 56. RGB value is (230,35,86). Sum of RGB (Red+Green+Blue) = 230+35+86=351 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.53% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 230 - color contains mainly: red. Hex color #E62356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62356 is #19DCA9. Grayscale: #636363. Windows color (decimal): -1694890 or 5645286. OLE color: 5645286.

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

Color convert

RGB 230 35 86 -
CMYK 0 0.85 0.63 0.10
HSL 344.31º 0.8% 0.52% -
HSV(B) 344.31º 0.85% 0.9% -
XYZ 34.91 18.7 10.57 -
YUV 99.12 120.6 221.35 -
System Red Green Blue C M Y K H S L
Decimal 230 35 86 0 0.85 0.63 0.10 344.31 0.8 0.52
Hex E6 23 56 0 55 3F A 158 50 34
Octal 346 43 126 0 125 77 12 530 120 64
Binary 11100110 100011 1010110 0 1010101 111111 1010 101011000 1010000 110100

Color Harmonies of #E62356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62356

Black with #E62356

Text Example


Text Example

White with #E62356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62356; }

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

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

background-color css

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

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

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

border-color css

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

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

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