#E41C5B

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

Shades of Ruby #E41C5B

Tints of Ruby #E41C5B

Color information

#E41C5B (or 0xE41C5B) is unknown color: approx Ruby. HEX triplet: E4, 1C and 5B. RGB value is (228,28,91). Sum of RGB (Red+Green+Blue) = 228+28+91=347 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.71% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41C5B is #1BE3A4. Grayscale: #5E5E5E. Windows color (decimal): -1827749 or 5971172. OLE color: 5971172.

HSL color Cylindrical-coordinate representation of color #E41C5B: hue angle of 341.1º degrees, saturation: 0.79, 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 #E41C5B is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB2282891-
CMYK00.880.600.11
HSL341.1º78.74%50.2%-
HSV(B)341.1º87.72%89.41%-
XYZ34.318.0811.58-
YUV94.98125.76222.88-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 65.71%
GREEN value IS 28 (11.33% from 255) = 8.07%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=65.71%
G=8.07%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228289100.880.600.11341.178.7450.2
HexE41C5B0583CB1554f32
Octal344341330130741352511762
Binary111001001110010110110101100011110010111010101011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E41C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E41C5B; }

 p { color: rgb(228,28,91); }

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

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

 a { background-color: rgb(228,28,91); }

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

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

 span { border-color: rgb(228,28,91); }

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