Html Css Color HEX #E71973 Ruby

📋 copy color: '#E71973'

red 231 ◦ green 25 ◦ blue 115

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

Shades of Ruby #E71973

Tints of Ruby #E71973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31%

R = 62.26%
G = 6.74%
B = 31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E71973 (or 0xE71973) is known color: Ruby. HEX triplet: E7, 19 and 73. RGB value is (231,25,115). Sum of RGB (Red+Green+Blue) = 231+25+115=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E71973 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71973 is #18E68C. Grayscale: #606060. Windows color (decimal): -1631885 or 7543271. OLE color: 7543271.

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

Color convert

RGB 231 25 115 -
CMYK 0 0.89 0.50 0.09
HSL 333.79º 0.81% 0.5% -
HSV(B) 333.79º 0.89% 0.91% -
XYZ 36.4 18.92 17.95 -
YUV 96.85 138.25 223.68 -
System Red Green Blue C M Y K H S L
Decimal 231 25 115 0 0.89 0.50 0.09 333.79 0.81 0.5
Hex E7 19 73 0 59 32 9 14E 51 32
Octal 347 31 163 0 131 62 11 516 121 62
Binary 11100111 11001 1110011 0 1011001 110010 1001 101001110 1010001 110010

Color Harmonies of #E71973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71973

Black with #E71973

Text Example


Text Example

White with #E71973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71973; }

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

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

background-color css

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

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

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

border-color css

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

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

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