Html Css Color HEX #E71860 Ruby

📋 copy color: '#E71860'

red 231 ◦ green 24 ◦ blue 96

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

Shades of Ruby #E71860

Tints of Ruby #E71860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.84%

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

R = 65.81%
G = 6.84%
B = 27.35%

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

#E71860 (or 0xE71860) is known color: Ruby. HEX triplet: E7, 18 and 60. RGB value is (231,24,96). Sum of RGB (Red+Green+Blue) = 231+24+96=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E71860 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71860 is #18E79F. Grayscale: #5E5E5E. Windows color (decimal): -1632160 or 6297831. OLE color: 6297831.

HSL color Cylindrical-coordinate representation of color #E71860: hue angle of 339.13º degrees, saturation: 0.81, 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 #E71860 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 24 96 -
CMYK 0 0.90 0.58 0.09
HSL 339.13º 0.81% 0.5% -
HSV(B) 339.13º 0.9% 0.91% -
XYZ 35.39 18.49 12.77 -
YUV 94.1 129.08 225.65 -
System Red Green Blue C M Y K H S L
Decimal 231 24 96 0 0.90 0.58 0.09 339.13 0.81 0.5
Hex E7 18 60 0 5A 3A 9 153 51 32
Octal 347 30 140 0 132 72 11 523 121 62
Binary 11100111 11000 1100000 0 1011010 111010 1001 101010011 1010001 110010

Color Harmonies of #E71860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71860

Black with #E71860

Text Example


Text Example

White with #E71860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71860; }

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

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

background-color css

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

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

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

border-color css

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

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

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