#E21468

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

Shades of Ruby #E21468

Tints of Ruby #E21468

Color information

#E21468 (or 0xE21468) is unknown color: approx Ruby. HEX triplet: E2, 14 and 68. RGB value is (226,20,104). Sum of RGB (Red+Green+Blue) = 226+20+104=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E21468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21468 is #1DEB97. Grayscale: #5B5B5B. Windows color (decimal): -1960856 or 6821090. OLE color: 6821090.

HSL color Cylindrical-coordinate representation of color #E21468: hue angle of 335.53º 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 #E21468 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB22620104-
CMYK00.910.540.11
HSL335.53º83.74%48.24%-
HSV(B)335.53º91.15%88.63%-
XYZ34.1117.6714.71-
YUV91.17135.25224.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 64.57%
GREEN value IS 20 (8.20% from 255) = 5.71%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=64.57%
G=5.71%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262010400.910.540.11335.5383.7448.24
HexE2146805B36B1505430
Octal342241500133661352012460
Binary111000101010011010000101101111011010111010100001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21468; }

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

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

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

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

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

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

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

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