Html Css Color HEX #E71760 Ruby

📋 copy color: '#E71760'

red 231 ◦ green 23 ◦ blue 96

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

Shades of Ruby #E71760

Tints of Ruby #E71760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.57%

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

R = 66%
G = 6.57%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E71760 (or 0xE71760) is known color: Ruby. HEX triplet: E7, 17 and 60. RGB value is (231,23,96). Sum of RGB (Red+Green+Blue) = 231+23+96=350 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 231 - color contains mainly: red. Hex color #E71760 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71760 is #18E89F. Grayscale: #5D5D5D. Windows color (decimal): -1632416 or 6297575. OLE color: 6297575.

HSL color Cylindrical-coordinate representation of color #E71760: hue angle of 338.94º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E71760 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 23 96 -
CMYK 0 0.90 0.58 0.09
HSL 338.94º 0.82% 0.5% -
HSV(B) 338.94º 0.9% 0.91% -
XYZ 35.37 18.45 12.76 -
YUV 93.51 129.41 226.06 -
System Red Green Blue C M Y K H S L
Decimal 231 23 96 0 0.90 0.58 0.09 338.94 0.82 0.5
Hex E7 17 60 0 5A 3A 9 153 52 32
Octal 347 27 140 0 132 72 11 523 122 62
Binary 11100111 10111 1100000 0 1011010 111010 1001 101010011 1010010 110010

Color Harmonies of #E71760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71760

Black with #E71760

Text Example


Text Example

White with #E71760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71760; }

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

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

background-color css

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

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

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

border-color css

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

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

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