#E21C6C

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

Shades of Ruby #E21C6C

Tints of Ruby #E21C6C

Color information

#E21C6C (or 0xE21C6C) is unknown color: approx Ruby. HEX triplet: E2, 1C and 6C. RGB value is (226,28,108). Sum of RGB (Red+Green+Blue) = 226+28+108=362 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.43% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C6C is #1DE393. Grayscale: #606060. Windows color (decimal): -1958804 or 7085282. OLE color: 7085282.

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

Color convert

RGB22628108-
CMYK00.880.520.11
HSL335.76º77.95%49.8%-
HSV(B)335.76º87.61%88.63%-
XYZ34.4918.0815.86-
YUV96.32134.6220.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 62.43%
GREEN value IS 28 (11.33% from 255) = 7.73%
BLUE value IS 108 (42.58% from 255) = 29.83%
R=62.43%
G=7.73%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262810800.880.520.11335.7677.9549.8
HexE21C6C05834B1504e32
Octal342341540130641352011662
Binary111000101110011011000101100011010010111010100001001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21C6C; }

 p { color: rgb(226,28,108); }

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

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

 a { background-color: rgb(226,28,108); }

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

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

 span { border-color: rgb(226,28,108); }

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