#E21D70

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

Shades of Ruby #E21D70

Tints of Ruby #E21D70

Color information

#E21D70 (or 0xE21D70) is unknown color: approx Ruby. HEX triplet: E2, 1D and 70. RGB value is (226,29,112). Sum of RGB (Red+Green+Blue) = 226+29+112=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21D70 is #1DE28F. Grayscale: #616161. Windows color (decimal): -1958544 or 7347682. OLE color: 7347682.

HSL color Cylindrical-coordinate representation of color #E21D70: hue angle of 334.72º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21D70 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB22629112-
CMYK00.870.500.11
HSL334.72º77.25%50%-
HSV(B)334.72º87.17%88.63%-
XYZ34.7318.2217.02-
YUV97.36136.27219.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 61.58%
GREEN value IS 29 (11.72% from 255) = 7.90%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=61.58%
G=7.90%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262911200.870.500.11334.7277.2550
HexE21D7005732B14f4d32
Octal342351600127621351711562
Binary111000101110111100000101011111001010111010011111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21D70; }

 p { color: rgb(226,29,112); }

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

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

 a { background-color: rgb(226,29,112); }

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

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

 span { border-color: rgb(226,29,112); }

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