Html Css Color HEX #E61D54 Amaranth

📋 copy color: '#E61D54'

red 230 ◦ green 29 ◦ blue 84

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

Shades of Amaranth #E61D54

Tints of Amaranth #E61D54

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.45%

 BLUE value IS 84 (33.2% from 255) = 24.49%

R = 67.06%
G = 8.45%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#E61D54 (or 0xE61D54) is known color: Amaranth. HEX triplet: E6, 1D and 54. RGB value is (230,29,84). Sum of RGB (Red+Green+Blue) = 230+29+84=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61D54 is #19E2AB. Grayscale: #5F5F5F. Windows color (decimal): -1696428 or 5512678. OLE color: 5512678.

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

Color convert

RGB 230 29 84 -
CMYK 0 0.87 0.63 0.10
HSL 343.58º 0.8% 0.51% -
HSV(B) 343.58º 0.87% 0.9% -
XYZ 34.67 18.34 10.1 -
YUV 95.37 121.59 224.03 -
System Red Green Blue C M Y K H S L
Decimal 230 29 84 0 0.87 0.63 0.10 343.58 0.8 0.51
Hex E6 1D 54 0 57 3F A 158 50 33
Octal 346 35 124 0 127 77 12 530 120 63
Binary 11100110 11101 1010100 0 1010111 111111 1010 101011000 1010000 110011

Color Harmonies of #E61D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61D54

Black with #E61D54

Text Example


Text Example

White with #E61D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61D54; }

 p { color: rgb(230,29,84); }

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

background-color css

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

 a { background-color: rgb(230,29,84); }

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

border-color css

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

 span { border-color: rgb(230,29,84); }

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