Html Css Color HEX #E71972 Ruby

📋 copy color: '#E71972'

red 231 ◦ green 25 ◦ blue 114

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

Shades of Ruby #E71972

Tints of Ruby #E71972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.76%

 BLUE value IS 114 (44.92% from 255) = 30.81%

R = 62.43%
G = 6.76%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E71972 (or 0xE71972) is known color: Ruby. HEX triplet: E7, 19 and 72. RGB value is (231,25,114). Sum of RGB (Red+Green+Blue) = 231+25+114=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E71972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71972 is #18E68D. Grayscale: #606060. Windows color (decimal): -1631886 or 7477735. OLE color: 7477735.

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

Color convert

RGB 231 25 114 -
CMYK 0 0.89 0.51 0.09
HSL 334.08º 0.81% 0.5% -
HSV(B) 334.08º 0.89% 0.91% -
XYZ 36.34 18.9 17.65 -
YUV 96.74 137.75 223.76 -
System Red Green Blue C M Y K H S L
Decimal 231 25 114 0 0.89 0.51 0.09 334.08 0.81 0.5
Hex E7 19 72 0 59 33 9 14E 51 32
Octal 347 31 162 0 131 63 11 516 121 62
Binary 11100111 11001 1110010 0 1011001 110011 1001 101001110 1010001 110010

Color Harmonies of #E71972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71972

Black with #E71972

Text Example


Text Example

White with #E71972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71972; }

 p { color: rgb(231,25,114); }

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

background-color css

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

 a { background-color: rgb(231,25,114); }

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

border-color css

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

 span { border-color: rgb(231,25,114); }

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