#E71A6B

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

Shades of Ruby #E71A6B

Tints of Ruby #E71A6B

Color information

#E71A6B (or 0xE71A6B) is unknown color: approx Ruby. HEX triplet: E7, 1A and 6B. RGB value is (231,26,107). Sum of RGB (Red+Green+Blue) = 231+26+107=364 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.46% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 231 - color contains mainly: red. Hex color #E71A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E71A6B is #18E594. Grayscale: #606060. Windows color (decimal): -1631637 or 7019239. OLE color: 7019239.

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

Color convert

RGB23126107-
CMYK00.890.540.09
HSL336.29º81.03%50.39%-
HSV(B)336.29º88.74%90.59%-
XYZ35.9818.7915.64-
YUV96.53133.92223.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 63.46%
GREEN value IS 26 (10.55% from 255) = 7.14%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=63.46%
G=7.14%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312610700.890.540.09336.2981.0350.39
HexE71A6B0593691505132
Octal347321530131661152012162
Binary111001111101011010110101100111011010011010100001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71A6B; }

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

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

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

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

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

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

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

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