#E81D5F

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

Shades of Ruby #E81D5F

Tints of Ruby #E81D5F

Color information

#E81D5F (or 0xE81D5F) is unknown color: approx Ruby. HEX triplet: E8, 1D and 5F. RGB value is (232,29,95). Sum of RGB (Red+Green+Blue) = 232+29+95=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E81D5F is #17E2A0. Grayscale: #616161. Windows color (decimal): -1565345 or 6233576. OLE color: 6233576.

HSL color Cylindrical-coordinate representation of color #E81D5F: hue angle of 340.49º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81D5F is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB2322995-
CMYK00.880.590.09
HSL340.49º81.53%51.18%-
HSV(B)340.49º87.5%90.98%-
XYZ35.7818.8612.58-
YUV97.22126.75224.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 65.17%
GREEN value IS 29 (11.72% from 255) = 8.15%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=65.17%
G=8.15%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232299500.880.590.09340.4981.5351.18
HexE81D5F0583B91545233
Octal350351370130731152412263
Binary111010001110110111110101100011101110011010101001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81D5F; }

 p { color: rgb(232,29,95); }

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

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

 a { background-color: rgb(232,29,95); }

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

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

 span { border-color: rgb(232,29,95); }

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