#E71369

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

Shades of Ruby #E71369

Tints of Ruby #E71369

Color information

#E71369 (or 0xE71369) is unknown color: approx Ruby. HEX triplet: E7, 13 and 69. RGB value is (231,19,105). Sum of RGB (Red+Green+Blue) = 231+19+105=355 (47% of max value = 765). Red value is 231 (90.62% from 255 or 65.07% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 231 - color contains mainly: red. Hex color #E71369 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71369 is #18EC96. Grayscale: #5C5C5C. Windows color (decimal): -1633431 or 6886375. OLE color: 6886375.

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

Color convert

RGB23119105-
CMYK00.920.550.09
HSL335.66º84.8%49.02%-
HSV(B)335.66º91.77%90.59%-
XYZ35.7418.4715.05-
YUV92.19135.24227.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 65.07%
GREEN value IS 19 (7.81% from 255) = 5.35%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=65.07%
G=5.35%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311910500.920.550.09335.6684.849.02
HexE7136905C3791505531
Octal347231510134671152012561
Binary111001111001111010010101110011011110011010100001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71369; }

 p { color: rgb(231,19,105); }

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

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

 a { background-color: rgb(231,19,105); }

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

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

 span { border-color: rgb(231,19,105); }

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