Html Css Color HEX #E71E4B Amaranth

📋 copy color: '#E71E4B'

red 231 ◦ green 30 ◦ blue 75

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

Shades of Amaranth #E71E4B

Tints of Amaranth #E71E4B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.93%

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

R = 68.75%
G = 8.93%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E71E4B (or 0xE71E4B) is known color: Amaranth. HEX triplet: E7, 1E and 4B. RGB value is (231,30,75). Sum of RGB (Red+Green+Blue) = 231+30+75=336 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.75% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 231 - color contains mainly: red. Hex color #E71E4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71E4B is #18E1B4. Grayscale: #5F5F5F. Windows color (decimal): -1630645 or 4923111. OLE color: 4923111.

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

Color convert

RGB 231 30 75 -
CMYK 0 0.87 0.68 0.09
HSL 346.57º 0.81% 0.51% -
HSV(B) 346.57º 0.87% 0.91% -
XYZ 34.69 18.43 8.38 -
YUV 95.23 116.59 224.84 -
System Red Green Blue C M Y K H S L
Decimal 231 30 75 0 0.87 0.68 0.09 346.57 0.81 0.51
Hex E7 1E 4B 0 57 44 9 15B 51 33
Octal 347 36 113 0 127 104 11 533 121 63
Binary 11100111 11110 1001011 0 1010111 1000100 1001 101011011 1010001 110011

Color Harmonies of #E71E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71E4B

Black with #E71E4B

Text Example


Text Example

White with #E71E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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