#E21464

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

Shades of Ruby #E21464

Tints of Ruby #E21464

Color information

#E21464 (or 0xE21464) is unknown color: approx Ruby. HEX triplet: E2, 14 and 64. RGB value is (226,20,100). Sum of RGB (Red+Green+Blue) = 226+20+100=346 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.32% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 226 - color contains mainly: red. Hex color #E21464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21464 is #1DEB9B. Grayscale: #5A5A5A. Windows color (decimal): -1960860 or 6558946. OLE color: 6558946.

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

Color convert

RGB22620100-
CMYK00.910.560.11
HSL336.7º83.74%48.24%-
HSV(B)336.7º91.15%88.63%-
XYZ33.9117.5913.66-
YUV90.71133.25224.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 65.32%
GREEN value IS 20 (8.20% from 255) = 5.78%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=65.32%
G=5.78%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262010000.910.560.11336.783.7448.24
HexE2146405B38B1515430
Octal342241440133701352112460
Binary111000101010011001000101101111100010111010100011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21464; }

 p { color: rgb(226,20,100); }

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

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

 a { background-color: rgb(226,20,100); }

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

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

 span { border-color: rgb(226,20,100); }

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