#E21356

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

Shades of Ruby #E21356

Tints of Ruby #E21356

Color information

#E21356 (or 0xE21356) is unknown color: approx Ruby. HEX triplet: E2, 13 and 56. RGB value is (226,19,86). Sum of RGB (Red+Green+Blue) = 226+19+86=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E21356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E21356 is #1DECA9. Grayscale: #585858. Windows color (decimal): -1961130 or 5641186. OLE color: 5641186.

HSL color Cylindrical-coordinate representation of color #E21356: hue angle of 340.58º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21356 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB2261986-
CMYK00.920.620.11
HSL340.58º84.49%48.04%-
HSV(B)340.58º91.59%88.63%-
XYZ33.2817.3110.39-
YUV88.53126.58226.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 68.28%
GREEN value IS 19 (7.81% from 255) = 5.74%
BLUE value IS 86 (33.98% from 255) = 25.98%
R=68.28%
G=5.74%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226198600.920.620.11340.5884.4948.04
HexE2135605C3EB1555430
Octal342231260134761352512460
Binary111000101001110101100101110011111010111010101011010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E21356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E21356; }

 p { color: rgb(226,19,86); }

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

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

 a { background-color: rgb(226,19,86); }

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

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

 span { border-color: rgb(226,19,86); }

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