#E71F67

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

Shades of Ruby #E71F67

Tints of Ruby #E71F67

Color information

#E71F67 (or 0xE71F67) is unknown color: approx Ruby. HEX triplet: E7, 1F and 67. RGB value is (231,31,103). Sum of RGB (Red+Green+Blue) = 231+31+103=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71F67 is #18E098. Grayscale: #626262. Windows color (decimal): -1630361 or 6758375. OLE color: 6758375.

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

Color convert

RGB23131103-
CMYK00.870.550.09
HSL338.4º80.65%51.37%-
HSV(B)338.4º86.58%90.59%-
XYZ35.8918.9514.6-
YUV99.01130.26222.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 63.29%
GREEN value IS 31 (12.5% from 255) = 8.49%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=63.29%
G=8.49%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313110300.870.550.09338.480.6551.37
HexE71F670573791525133
Octal347371470127671152212163
Binary111001111111111001110101011111011110011010100101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71F67; }

 p { color: rgb(231,31,103); }

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

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

 a { background-color: rgb(231,31,103); }

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

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

 span { border-color: rgb(231,31,103); }

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