#E71466

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

Shades of Ruby #E71466

Tints of Ruby #E71466

Color information

#E71466 (or 0xE71466) is unknown color: approx Ruby. HEX triplet: E7, 14 and 66. RGB value is (231,20,102). Sum of RGB (Red+Green+Blue) = 231+20+102=353 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.44% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 231 - color contains mainly: red. Hex color #E71466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71466 is #18EB99. Grayscale: #5C5C5C. Windows color (decimal): -1633178 or 6690023. OLE color: 6690023.

HSL color Cylindrical-coordinate representation of color #E71466: hue angle of 336.68º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E71466 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB23120102-
CMYK00.910.560.09
HSL336.68º84.06%49.22%-
HSV(B)336.68º91.34%90.59%-
XYZ35.618.4514.25-
YUV92.44133.4226.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 65.44%
GREEN value IS 20 (8.20% from 255) = 5.67%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=65.44%
G=5.67%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312010200.910.560.09336.6884.0649.22
HexE7146605B3891515431
Octal347241460133701152112461
Binary111001111010011001100101101111100010011010100011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71466; }

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

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

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

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

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

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

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

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