#E71866

Color #E71866 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #E71866

Tints of Ruby #E71866

Color information

#E71866 (or 0xE71866) is unknown color: approx Ruby. HEX triplet: E7, 18 and 66. RGB value is (231,24,102). Sum of RGB (Red+Green+Blue) = 231+24+102=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E71866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71866 is #18E799. Grayscale: #5E5E5E. Windows color (decimal): -1632154 or 6691047. OLE color: 6691047.

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

Color convert

RGB23124102-
CMYK00.900.560.09
HSL337.39º81.18%50%-
HSV(B)337.39º89.61%90.59%-
XYZ35.6818.614.28-
YUV94.78132.08225.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 64.71%
GREEN value IS 24 (9.77% from 255) = 6.72%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=64.71%
G=6.72%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312410200.900.560.09337.3981.1850
HexE7186605A3891515132
Octal347301460132701152112162
Binary111001111100011001100101101011100010011010100011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71866; }

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

 H1.HeaderClassName
 {
   color: #E71866;
 }
 .AnyTagClassName
 {
   color: #E71866;
 }
</style>
background-color css

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

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

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

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

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

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