#E21753

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

Shades of Ruby #E21753

Tints of Ruby #E21753

Color information

#E21753 (or 0xE21753) is unknown color: approx Ruby. HEX triplet: E2, 17 and 53. RGB value is (226,23,83). Sum of RGB (Red+Green+Blue) = 226+23+83=332 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.07% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 226 - color contains mainly: red. Hex color #E21753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21753 is #1DE8AC. Grayscale: #5A5A5A. Windows color (decimal): -1960109 or 5445602. OLE color: 5445602.

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

Color convert

RGB2262383-
CMYK00.900.630.11
HSL342.27º81.53%48.82%-
HSV(B)342.27º89.82%88.63%-
XYZ33.2317.419.79-
YUV90.54123.75224.62-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 68.07%
GREEN value IS 23 (9.38% from 255) = 6.93%
BLUE value IS 83 (32.81% from 255) = 25%
R=68.07%
G=6.93%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226238300.900.630.11342.2781.5348.82
HexE2175305A3FB1565231
Octal342271230132771352612261
Binary111000101011110100110101101011111110111010101101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21753; }

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

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

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

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

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

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

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

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