Html Css Color HEX #E71B4A Amaranth

📋 copy color: '#E71B4A'

red 231 ◦ green 27 ◦ blue 74

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

Shades of Amaranth #E71B4A

Tints of Amaranth #E71B4A

RGB

 RED value IS 231 (90.63% from 255) = 69.58%

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

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

R = 69.58%
G = 8.13%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E71B4A (or 0xE71B4A) is known color: Amaranth. HEX triplet: E7, 1B and 4A. RGB value is (231,27,74). Sum of RGB (Red+Green+Blue) = 231+27+74=332 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.58% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71B4A is #18E4B5. Grayscale: #5D5D5D. Windows color (decimal): -1631414 or 4856807. OLE color: 4856807.

HSL color Cylindrical-coordinate representation of color #E71B4A: hue angle of 346.18º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71B4A is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 27 74 -
CMYK 0 0.88 0.68 0.09
HSL 346.18º 0.81% 0.51% -
HSV(B) 346.18º 0.88% 0.91% -
XYZ 34.58 18.27 8.18 -
YUV 93.35 117.09 226.18 -
System Red Green Blue C M Y K H S L
Decimal 231 27 74 0 0.88 0.68 0.09 346.18 0.81 0.51
Hex E7 1B 4A 0 58 44 9 15A 51 33
Octal 347 33 112 0 130 104 11 532 121 63
Binary 11100111 11011 1001010 0 1011000 1000100 1001 101011010 1010001 110011

Color Harmonies of #E71B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71B4A

Black with #E71B4A

Text Example


Text Example

White with #E71B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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