#E70F64

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

Shades of Ruby #E70F64

Tints of Ruby #E70F64

Color information

#E70F64 (or 0xE70F64) is unknown color: approx Ruby. HEX triplet: E7, 0F and 64. RGB value is (231,15,100). Sum of RGB (Red+Green+Blue) = 231+15+100=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F64 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70F64 is #18F09B. Grayscale: #595959. Windows color (decimal): -1634460 or 6557671. OLE color: 6557671.

HSL color Cylindrical-coordinate representation of color #E70F64: hue angle of 336.39º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70F64 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB23115100-
CMYK00.940.570.09
HSL336.39º87.8%48.24%-
HSV(B)336.39º93.51%90.59%-
XYZ35.4318.2513.71-
YUV89.27134.06229.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 66.76%
GREEN value IS 15 (6.25% from 255) = 4.34%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=66.76%
G=4.34%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311510000.940.570.09336.3987.848.24
HexE7F6405E3991505830
Octal347171440136711152013060
Binary11100111111111001000101111011100110011010100001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70F64; }

 p { color: rgb(231,15,100); }

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

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

 a { background-color: rgb(231,15,100); }

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

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

 span { border-color: rgb(231,15,100); }

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