#E71F6A

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

Shades of Ruby #E71F6A

Tints of Ruby #E71F6A

Color information

#E71F6A (or 0xE71F6A) is unknown color: approx Ruby. HEX triplet: E7, 1F and 6A. RGB value is (231,31,106). Sum of RGB (Red+Green+Blue) = 231+31+106=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E71F6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71F6A is #18E095. Grayscale: #636363. Windows color (decimal): -1630358 or 6954983. OLE color: 6954983.

HSL color Cylindrical-coordinate representation of color #E71F6A: hue angle of 337.5º 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 #E71F6A is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB23131106-
CMYK00.870.540.09
HSL337.5º80.65%51.37%-
HSV(B)337.5º86.58%90.59%-
XYZ36.0519.0115.41-
YUV99.35131.76221.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 62.77%
GREEN value IS 31 (12.5% from 255) = 8.42%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=62.77%
G=8.42%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2313110600.870.540.09337.580.6551.37
HexE71F6A0573691525133
Octal347371520127661152212163
Binary111001111111111010100101011111011010011010100101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71F6A; }

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

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

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

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

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

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

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

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