#E40B6E

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

Shades of Ruby #E40B6E

Tints of Ruby #E40B6E

Color information

#E40B6E (or 0xE40B6E) is unknown color: approx Ruby. HEX triplet: E4, 0B and 6E. RGB value is (228,11,110). Sum of RGB (Red+Green+Blue) = 228+11+110=349 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.33% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 228 - color contains mainly: red. Hex color #E40B6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40B6E is #1BF491. Grayscale: #565656. Windows color (decimal): -1832082 or 7212004. OLE color: 7212004.

HSL color Cylindrical-coordinate representation of color #E40B6E: hue angle of 332.63º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40B6E is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB22811110-
CMYK00.950.520.11
HSL332.63º90.79%46.86%-
HSV(B)332.63º95.18%89.41%-
XYZ34.9317.8616.36-
YUV87.17140.89228.45-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 65.33%
GREEN value IS 11 (4.69% from 255) = 3.15%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=65.33%
G=3.15%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281111000.950.520.11332.6390.7946.86
HexE4B6E05F34B14d5b2f
Octal344131560137641351513357
Binary11100100101111011100101111111010010111010011011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40B6E; }

 p { color: rgb(228,11,110); }

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

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

 a { background-color: rgb(228,11,110); }

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

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

 span { border-color: rgb(228,11,110); }

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