Html Css Color HEX #E71B4B Amaranth

📋 copy color: '#E71B4B'

red 231 ◦ green 27 ◦ blue 75

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

Shades of Amaranth #E71B4B

Tints of Amaranth #E71B4B

RGB

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

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

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

R = 69.37%
G = 8.11%
B = 22.52%

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

#E71B4B (or 0xE71B4B) is known color: Amaranth. HEX triplet: E7, 1B and 4B. RGB value is (231,27,75). Sum of RGB (Red+Green+Blue) = 231+27+75=333 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.37% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 231 - color contains mainly: red. Hex color #E71B4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E71B4B is #18E4B4. Grayscale: #5D5D5D. Windows color (decimal): -1631413 or 4922343. OLE color: 4922343.

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

Color convert

RGB 231 27 75 -
CMYK 0 0.88 0.68 0.09
HSL 345.88º 0.81% 0.51% -
HSV(B) 345.88º 0.88% 0.91% -
XYZ 34.62 18.28 8.36 -
YUV 93.47 117.59 226.1 -
System Red Green Blue C M Y K H S L
Decimal 231 27 75 0 0.88 0.68 0.09 345.88 0.81 0.51
Hex E7 1B 4B 0 58 44 9 15A 51 33
Octal 347 33 113 0 130 104 11 532 121 63
Binary 11100111 11011 1001011 0 1011000 1000100 1001 101011010 1010001 110011

Color Harmonies of #E71B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71B4B

Black with #E71B4B

Text Example


Text Example

White with #E71B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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