#E71A6C

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

Shades of Ruby #E71A6C

Tints of Ruby #E71A6C

Color information

#E71A6C (or 0xE71A6C) is unknown color: approx Ruby. HEX triplet: E7, 1A and 6C. RGB value is (231,26,108). Sum of RGB (Red+Green+Blue) = 231+26+108=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71A6C is #18E593. Grayscale: #606060. Windows color (decimal): -1631636 or 7084775. OLE color: 7084775.

HSL color Cylindrical-coordinate representation of color #E71A6C: hue angle of 336º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71A6C is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB23126108-
CMYK00.890.530.09
HSL336º81.03%50.39%-
HSV(B)336º88.74%90.59%-
XYZ36.0318.8115.92-
YUV96.64134.42223.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 63.29%
GREEN value IS 26 (10.55% from 255) = 7.12%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=63.29%
G=7.12%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312610800.890.530.0933681.0350.39
HexE71A6C0593591505132
Octal347321540131651152012162
Binary111001111101011011000101100111010110011010100001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71A6C; }

 p { color: rgb(231,26,108); }

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

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

 a { background-color: rgb(231,26,108); }

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

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

 span { border-color: rgb(231,26,108); }

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