#E91064

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

Shades of Ruby #E91064

Tints of Ruby #E91064

Color information

#E91064 (or 0xE91064) is unknown color: approx Ruby. HEX triplet: E9, 10 and 64. RGB value is (233,16,100). Sum of RGB (Red+Green+Blue) = 233+16+100=349 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.76% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 233 - color contains mainly: red. Hex color #E91064 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91064 is #16EF9B. Grayscale: #5A5A5A. Windows color (decimal): -1503132 or 6557929. OLE color: 6557929.

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

Color convert

RGB23316100-
CMYK00.930.570.09
HSL336.77º87.15%48.82%-
HSV(B)336.77º93.13%91.37%-
XYZ36.0918.6113.75-
YUV90.46133.39229.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 66.76%
GREEN value IS 16 (6.64% from 255) = 4.58%
BLUE value IS 100 (39.45% from 255) = 28.65%
R=66.76%
G=4.58%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331610000.930.570.09336.7787.1548.82
HexE9106405D3991515731
Octal351201440135711152112761
Binary111010011000011001000101110111100110011010100011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91064; }

 p { color: rgb(233,16,100); }

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

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

 a { background-color: rgb(233,16,100); }

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

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

 span { border-color: rgb(233,16,100); }

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