Html Css Color HEX #E71D4B Amaranth

📋 copy color: '#E71D4B'

red 231 ◦ green 29 ◦ blue 75

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

Shades of Amaranth #E71D4B

Tints of Amaranth #E71D4B

RGB

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

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

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

R = 68.96%
G = 8.66%
B = 22.39%

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

#E71D4B (or 0xE71D4B) is known color: Amaranth. HEX triplet: E7, 1D and 4B. RGB value is (231,29,75). Sum of RGB (Red+Green+Blue) = 231+29+75=335 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.96% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 231 - color contains mainly: red. Hex color #E71D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71D4B is #18E2B4. Grayscale: #5E5E5E. Windows color (decimal): -1630901 or 4922855. OLE color: 4922855.

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

Color convert

RGB 231 29 75 -
CMYK 0 0.87 0.68 0.09
HSL 346.34º 0.81% 0.51% -
HSV(B) 346.34º 0.87% 0.91% -
XYZ 34.66 18.38 8.38 -
YUV 94.64 116.92 225.26 -
System Red Green Blue C M Y K H S L
Decimal 231 29 75 0 0.87 0.68 0.09 346.34 0.81 0.51
Hex E7 1D 4B 0 57 44 9 15A 51 33
Octal 347 35 113 0 127 104 11 532 121 63
Binary 11100111 11101 1001011 0 1010111 1000100 1001 101011010 1010001 110011

Color Harmonies of #E71D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71D4B

Black with #E71D4B

Text Example


Text Example

White with #E71D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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