Html Css Color HEX #E61D55 Amaranth

📋 copy color: '#E61D55'

red 230 ◦ green 29 ◦ blue 85

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

Shades of Amaranth #E61D55

Tints of Amaranth #E61D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.71%

R = 66.86%
G = 8.43%
B = 24.71%

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

#E61D55 (or 0xE61D55) is known color: Amaranth. HEX triplet: E6, 1D and 55. RGB value is (230,29,85). Sum of RGB (Red+Green+Blue) = 230+29+85=344 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.86% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61D55 is #19E2AA. Grayscale: #5F5F5F. Windows color (decimal): -1696427 or 5578214. OLE color: 5578214.

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

Color convert

RGB 230 29 85 -
CMYK 0 0.87 0.63 0.10
HSL 343.28º 0.8% 0.51% -
HSV(B) 343.28º 0.87% 0.9% -
XYZ 34.71 18.36 10.31 -
YUV 95.48 122.09 223.95 -
System Red Green Blue C M Y K H S L
Decimal 230 29 85 0 0.87 0.63 0.10 343.28 0.8 0.51
Hex E6 1D 55 0 57 3F A 157 50 33
Octal 346 35 125 0 127 77 12 527 120 63
Binary 11100110 11101 1010101 0 1010111 111111 1010 101010111 1010000 110011

Color Harmonies of #E61D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61D55

Black with #E61D55

Text Example


Text Example

White with #E61D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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