#E21758

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

Shades of Ruby #E21758

Tints of Ruby #E21758

Color information

#E21758 (or 0xE21758) is unknown color: approx Ruby. HEX triplet: E2, 17 and 58. RGB value is (226,23,88). Sum of RGB (Red+Green+Blue) = 226+23+88=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E21758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21758 is #1DE8A7. Grayscale: #5B5B5B. Windows color (decimal): -1960104 or 5773282. OLE color: 5773282.

HSL color Cylindrical-coordinate representation of color #E21758: hue angle of 340.79º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E21758 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB2262388-
CMYK00.900.610.11
HSL340.79º81.53%48.82%-
HSV(B)340.79º89.82%88.63%-
XYZ33.4317.4910.85-
YUV91.11126.25224.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 67.06%
GREEN value IS 23 (9.38% from 255) = 6.82%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=67.06%
G=6.82%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226238800.900.610.11340.7981.5348.82
HexE2175805A3DB1555231
Octal342271300132751352512261
Binary111000101011110110000101101011110110111010101011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21758; }

 p { color: rgb(226,23,88); }

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

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

 a { background-color: rgb(226,23,88); }

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

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

 span { border-color: rgb(226,23,88); }

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