#E61268

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

Shades of Ruby #E61268

Tints of Ruby #E61268

Color information

#E61268 (or 0xE61268) is unknown color: approx Ruby. HEX triplet: E6, 12 and 68. RGB value is (230,18,104). Sum of RGB (Red+Green+Blue) = 230+18+104=352 (46% of max value = 765). Red value is 230 (90.23% from 255 or 65.34% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 230 - color contains mainly: red. Hex color #E61268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61268 is #19ED97. Grayscale: #5B5B5B. Windows color (decimal): -1699224 or 6820582. OLE color: 6820582.

HSL color Cylindrical-coordinate representation of color #E61268: hue angle of 335.66º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61268 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB23018104-
CMYK00.920.550.10
HSL335.66º85.48%48.63%-
HSV(B)335.66º92.17%90.2%-
XYZ35.3518.2614.76-
YUV91.19135.24227.01-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 65.34%
GREEN value IS 18 (7.42% from 255) = 5.11%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=65.34%
G=5.11%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301810400.920.550.10335.6685.4848.63
HexE6126805C37A1505531
Octal346221500134671252012561
Binary111001101001011010000101110011011110101010100001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61268; }

 p { color: rgb(230,18,104); }

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

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

 a { background-color: rgb(230,18,104); }

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

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

 span { border-color: rgb(230,18,104); }

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