#E90E6E

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

Shades of Ruby #E90E6E

Tints of Ruby #E90E6E

Color information

#E90E6E (or 0xE90E6E) is unknown color: approx Ruby. HEX triplet: E9, 0E and 6E. RGB value is (233,14,110). Sum of RGB (Red+Green+Blue) = 233+14+110=357 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.27% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 233 - color contains mainly: red. Hex color #E90E6E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90E6E is #16F191. Grayscale: #5A5A5A. Windows color (decimal): -1503634 or 7212777. OLE color: 7212777.

HSL color Cylindrical-coordinate representation of color #E90E6E: hue angle of 333.7º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90E6E is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB23314110-
CMYK00.940.530.09
HSL333.7º88.66%48.43%-
HSV(B)333.7º93.99%91.37%-
XYZ36.5818.7616.45-
YUV90.43139.05229.69-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 65.27%
GREEN value IS 14 (5.86% from 255) = 3.92%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=65.27%
G=3.92%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331411000.940.530.09333.788.6648.43
HexE9E6E05E35914e5930
Octal351161560136651151613160
Binary11101001111011011100101111011010110011010011101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90E6E; }

 p { color: rgb(233,14,110); }

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

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

 a { background-color: rgb(233,14,110); }

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

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

 span { border-color: rgb(233,14,110); }

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