#EA1564

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

Shades of Ruby #EA1564

Tints of Ruby #EA1564

Color information

#EA1564 (or 0xEA1564) is unknown color: approx Ruby. HEX triplet: EA, 15 and 64. RGB value is (234,21,100). Sum of RGB (Red+Green+Blue) = 234+21+100=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1564 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1564 is #15EA9B. Grayscale: #5D5D5D. Windows color (decimal): -1436316 or 6559210. OLE color: 6559210.

HSL color Cylindrical-coordinate representation of color #EA1564: hue angle of 337.75º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1564 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB23421100-
CMYK00.910.570.08
HSL337.75º83.53%50%-
HSV(B)337.75º91.03%91.76%-
XYZ36.518.9513.79-
YUV93.69131.57228.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.92%
GREEN value IS 21 (8.59% from 255) = 5.92%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=65.92%
G=5.92%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342110000.910.570.08337.7583.5350
HexEA156405B3981525432
Octal352251440133711052212462
Binary111010101010111001000101101111100110001010100101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1564; }

 p { color: rgb(234,21,100); }

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

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

 a { background-color: rgb(234,21,100); }

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

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

 span { border-color: rgb(234,21,100); }

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