Html Css Color HEX #E61B4A Amaranth

📋 copy color: '#E61B4A'

red 230 ◦ green 27 ◦ blue 74

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

Shades of Amaranth #E61B4A

Tints of Amaranth #E61B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.16%

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 69.49%
G = 8.16%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E61B4A (or 0xE61B4A) is known color: Amaranth. HEX triplet: E6, 1B and 4A. RGB value is (230,27,74). Sum of RGB (Red+Green+Blue) = 230+27+74=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E61B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61B4A is #19E4B5. Grayscale: #5D5D5D. Windows color (decimal): -1696950 or 4856806. OLE color: 4856806.

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

Color convert

RGB 230 27 74 -
CMYK 0 0.88 0.68 0.10
HSL 346.11º 0.8% 0.5% -
HSV(B) 346.11º 0.88% 0.9% -
XYZ 34.26 18.1 8.17 -
YUV 93.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 230 27 74 0 0.88 0.68 0.10 346.11 0.8 0.5
Hex E6 1B 4A 0 58 44 A 15A 50 32
Octal 346 33 112 0 130 104 12 532 120 62
Binary 11100110 11011 1001010 0 1011000 1000100 1010 101011010 1010000 110010

Color Harmonies of #E61B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61B4A

Black with #E61B4A

Text Example


Text Example

White with #E61B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61B4A; }

 p { color: rgb(230,27,74); }

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

background-color css

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

 a { background-color: rgb(230,27,74); }

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

border-color css

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

 span { border-color: rgb(230,27,74); }

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