#E21A60

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

Shades of Ruby #E21A60

Tints of Ruby #E21A60

Color information

#E21A60 (or 0xE21A60) is unknown color: approx Ruby. HEX triplet: E2, 1A and 60. RGB value is (226,26,96). Sum of RGB (Red+Green+Blue) = 226+26+96=348 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.94% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 226 - color contains mainly: red. Hex color #E21A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21A60 is #1DE59F. Grayscale: #5D5D5D. Windows color (decimal): -1959328 or 6298338. OLE color: 6298338.

HSL color Cylindrical-coordinate representation of color #E21A60: hue angle of 339º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21A60 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB2262696-
CMYK00.880.580.11
HSL339º79.37%49.41%-
HSV(B)339º88.5%88.63%-
XYZ33.8417.7512.71-
YUV93.78129.26222.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 64.94%
GREEN value IS 26 (10.55% from 255) = 7.47%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=64.94%
G=7.47%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226269600.880.580.1133979.3749.41
HexE21A600583AB1534f31
Octal342321400130721352311761
Binary111000101101011000000101100011101010111010100111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21A60; }

 p { color: rgb(226,26,96); }

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

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

 a { background-color: rgb(226,26,96); }

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

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

 span { border-color: rgb(226,26,96); }

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