Html Css Color HEX #E61C52 Amaranth

📋 copy color: '#E61C52'

red 230 ◦ green 28 ◦ blue 82

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

Shades of Amaranth #E61C52

Tints of Amaranth #E61C52

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.24%

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 67.65%
G = 8.24%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E61C52 (or 0xE61C52) is known color: Amaranth. HEX triplet: E6, 1C and 52. RGB value is (230,28,82). Sum of RGB (Red+Green+Blue) = 230+28+82=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 28 (11.33% from 255 or 8.24% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61C52 is #19E3AD. Grayscale: #5E5E5E. Windows color (decimal): -1696686 or 5381350. OLE color: 5381350.

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

Color convert

RGB 230 28 82 -
CMYK 0 0.88 0.64 0.10
HSL 343.96º 0.8% 0.51% -
HSV(B) 343.96º 0.88% 0.9% -
XYZ 34.57 18.26 9.69 -
YUV 94.55 120.92 224.61 -
System Red Green Blue C M Y K H S L
Decimal 230 28 82 0 0.88 0.64 0.10 343.96 0.8 0.51
Hex E6 1C 52 0 58 40 A 158 50 33
Octal 346 34 122 0 130 100 12 530 120 63
Binary 11100110 11100 1010010 0 1011000 1000000 1010 101011000 1010000 110011

Color Harmonies of #E61C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61C52

Black with #E61C52

Text Example


Text Example

White with #E61C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61C52; }

 p { color: rgb(230,28,82); }

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

background-color css

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

 a { background-color: rgb(230,28,82); }

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

border-color css

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

 span { border-color: rgb(230,28,82); }

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