#E91468

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

Shades of Ruby #E91468

Tints of Ruby #E91468

Color information

#E91468 (or 0xE91468) is unknown color: approx Ruby. HEX triplet: E9, 14 and 68. RGB value is (233,20,104). Sum of RGB (Red+Green+Blue) = 233+20+104=357 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.27% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 233 - color contains mainly: red. Hex color #E91468 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91468 is #16EB97. Grayscale: #5D5D5D. Windows color (decimal): -1502104 or 6821097. OLE color: 6821097.

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

Color convert

RGB23320104-
CMYK00.910.550.09
HSL336.34º84.19%49.61%-
HSV(B)336.34º91.42%91.37%-
XYZ36.3518.8214.81-
YUV93.26134.07227.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 65.27%
GREEN value IS 20 (8.20% from 255) = 5.60%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=65.27%
G=5.60%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2332010400.910.550.09336.3484.1949.61
HexE9146805B3791505432
Octal351241500133671152012462
Binary111010011010011010000101101111011110011010100001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91468; }

 p { color: rgb(233,20,104); }

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

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

 a { background-color: rgb(233,20,104); }

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

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

 span { border-color: rgb(233,20,104); }

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