#E41475

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

Shades of Ruby #E41475

Tints of Ruby #E41475

Color information

#E41475 (or 0xE41475) is unknown color: approx Ruby. HEX triplet: E4, 14 and 75. RGB value is (228,20,117). Sum of RGB (Red+Green+Blue) = 228+20+117=365 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.47% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 228 - color contains mainly: red. Hex color #E41475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41475 is #1BEB8A. Grayscale: #5D5D5D. Windows color (decimal): -1829771 or 7673060. OLE color: 7673060.

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

Color convert

RGB22820117-
CMYK00.910.490.11
HSL332.02º83.87%48.63%-
HSV(B)332.02º91.23%89.41%-
XYZ35.4618.2818.49-
YUV93.25141.41224.11-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 62.47%
GREEN value IS 20 (8.20% from 255) = 5.48%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=62.47%
G=5.48%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282011700.910.490.11332.0283.8748.63
HexE4147505B31B14c5431
Octal344241650133611351412461
Binary111001001010011101010101101111000110111010011001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E41475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E41475; }

 p { color: rgb(228,20,117); }

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

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

 a { background-color: rgb(228,20,117); }

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

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

 span { border-color: rgb(228,20,117); }

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