Html Css Color HEX #E71C4B Amaranth

📋 copy color: '#E71C4B'

red 231 ◦ green 28 ◦ blue 75

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

Shades of Amaranth #E71C4B

Tints of Amaranth #E71C4B

RGB

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

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

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

R = 69.16%
G = 8.38%
B = 22.46%

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

#E71C4B (or 0xE71C4B) is known color: Amaranth. HEX triplet: E7, 1C and 4B. RGB value is (231,28,75). Sum of RGB (Red+Green+Blue) = 231+28+75=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E71C4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71C4B is #18E3B4. Grayscale: #5E5E5E. Windows color (decimal): -1631157 or 4922599. OLE color: 4922599.

HSL color Cylindrical-coordinate representation of color #E71C4B: hue angle of 346.11º 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 #E71C4B is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 28 75 -
CMYK 0 0.88 0.68 0.09
HSL 346.11º 0.81% 0.51% -
HSV(B) 346.11º 0.88% 0.91% -
XYZ 34.64 18.33 8.37 -
YUV 94.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 231 28 75 0 0.88 0.68 0.09 346.11 0.81 0.51
Hex E7 1C 4B 0 58 44 9 15A 51 33
Octal 347 34 113 0 130 104 11 532 121 63
Binary 11100111 11100 1001011 0 1011000 1000100 1001 101011010 1010001 110011

Color Harmonies of #E71C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71C4B

Black with #E71C4B

Text Example


Text Example

White with #E71C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71C4B; }

 p { color: rgb(231,28,75); }

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

background-color css

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

 a { background-color: rgb(231,28,75); }

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

border-color css

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

 span { border-color: rgb(231,28,75); }

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