#E41C6C

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

Shades of Ruby #E41C6C

Tints of Ruby #E41C6C

Color information

#E41C6C (or 0xE41C6C) is unknown color: approx Ruby. HEX triplet: E4, 1C and 6C. RGB value is (228,28,108). Sum of RGB (Red+Green+Blue) = 228+28+108=364 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.64% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E41C6C is #1BE393. Grayscale: #606060. Windows color (decimal): -1827732 or 7085284. OLE color: 7085284.

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

Color convert

RGB22828108-
CMYK00.880.530.11
HSL336º78.74%50.2%-
HSV(B)336º87.72%89.41%-
XYZ35.1218.4115.89-
YUV96.92134.26221.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 62.64%
GREEN value IS 28 (11.33% from 255) = 7.69%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=62.64%
G=7.69%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282810800.880.530.1133678.7450.2
HexE41C6C05835B1504f32
Octal344341540130651352011762
Binary111001001110011011000101100011010110111010100001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E41C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E41C6C; }

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

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

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

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

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

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

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

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