Html Css Color HEX #E61D4B Amaranth

📋 copy color: '#E61D4B'

red 230 ◦ green 29 ◦ blue 75

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

Shades of Amaranth #E61D4B

Tints of Amaranth #E61D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 68.86%
G = 8.68%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E61D4B (or 0xE61D4B) is known color: Amaranth. HEX triplet: E6, 1D and 4B. RGB value is (230,29,75). Sum of RGB (Red+Green+Blue) = 230+29+75=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61D4B is #19E2B4. Grayscale: #5E5E5E. Windows color (decimal): -1696437 or 4922854. OLE color: 4922854.

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

Color convert

RGB 230 29 75 -
CMYK 0 0.87 0.67 0.10
HSL 346.27º 0.8% 0.51% -
HSV(B) 346.27º 0.87% 0.9% -
XYZ 34.34 18.21 8.36 -
YUV 94.34 117.09 224.76 -
System Red Green Blue C M Y K H S L
Decimal 230 29 75 0 0.87 0.67 0.10 346.27 0.8 0.51
Hex E6 1D 4B 0 57 43 A 15A 50 33
Octal 346 35 113 0 127 103 12 532 120 63
Binary 11100110 11101 1001011 0 1010111 1000011 1010 101011010 1010000 110011

Color Harmonies of #E61D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61D4B

Black with #E61D4B

Text Example


Text Example

White with #E61D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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