Html Css Color HEX #E71060 Ruby

📋 copy color: '#E71060'

red 231 ◦ green 16 ◦ blue 96

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

Shades of Ruby #E71060

Tints of Ruby #E71060

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.66%

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 67.35%
G = 4.66%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E71060 (or 0xE71060) is known color: Ruby. HEX triplet: E7, 10 and 60. RGB value is (231,16,96). Sum of RGB (Red+Green+Blue) = 231+16+96=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E71060 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71060 is #18EF9F. Grayscale: #595959. Windows color (decimal): -1634208 or 6295783. OLE color: 6295783.

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

Color convert

RGB 231 16 96 -
CMYK 0 0.93 0.58 0.09
HSL 337.67º 0.87% 0.48% -
HSV(B) 337.67º 0.93% 0.91% -
XYZ 35.25 18.2 12.72 -
YUV 89.41 131.73 229 -
System Red Green Blue C M Y K H S L
Decimal 231 16 96 0 0.93 0.58 0.09 337.67 0.87 0.48
Hex E7 10 60 0 5D 3A 9 152 57 30
Octal 347 20 140 0 135 72 11 522 127 60
Binary 11100111 10000 1100000 0 1011101 111010 1001 101010010 1010111 110000

Color Harmonies of #E71060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71060

Black with #E71060

Text Example


Text Example

White with #E71060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71060; }

 p { color: rgb(231,16,96); }

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

background-color css

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

 a { background-color: rgb(231,16,96); }

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

border-color css

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

 span { border-color: rgb(231,16,96); }

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