#EA0E68

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

Shades of Ruby #EA0E68

Tints of Ruby #EA0E68

Color information

#EA0E68 (or 0xEA0E68) is unknown color: approx Ruby. HEX triplet: EA, 0E and 68. RGB value is (234,14,104). Sum of RGB (Red+Green+Blue) = 234+14+104=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 14 (5.86% from 255 or 3.98% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0E68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0E68 is #15F197. Grayscale: #595959. Windows color (decimal): -1438104 or 6819562. OLE color: 6819562.

HSL color Cylindrical-coordinate representation of color #EA0E68: hue angle of 335.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0E68 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB23414104-
CMYK00.940.560.08
HSL335.45º88.71%48.63%-
HSV(B)335.45º94.02%91.76%-
XYZ36.5918.8114.8-
YUV90.04135.89230.68-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.48%
GREEN value IS 14 (5.86% from 255) = 3.98%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=66.48%
G=3.98%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341410400.940.560.08335.4588.7148.63
HexEAE6805E38814f5931
Octal352161500136701051713161
Binary11101010111011010000101111011100010001010011111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0E68; }

 p { color: rgb(234,14,104); }

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

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

 a { background-color: rgb(234,14,104); }

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

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

 span { border-color: rgb(234,14,104); }

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