#EA1963

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

Shades of Ruby #EA1963

Tints of Ruby #EA1963

Color information

#EA1963 (or 0xEA1963) is unknown color: approx Ruby. HEX triplet: EA, 19 and 63. RGB value is (234,25,99). Sum of RGB (Red+Green+Blue) = 234+25+99=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1963 is #15E69C. Grayscale: #5F5F5F. Windows color (decimal): -1435293 or 6494698. OLE color: 6494698.

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

Color convert

RGB2342599-
CMYK00.890.580.08
HSL338.76º83.27%50.78%-
HSV(B)338.76º89.32%91.76%-
XYZ36.5319.0913.56-
YUV95.93129.74226.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 65.36%
GREEN value IS 25 (10.16% from 255) = 6.98%
BLUE value IS 99 (39.06% from 255) = 27.65%
R=65.36%
G=6.98%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234259900.890.580.08338.7683.2750.78
HexEA19630593A81535333
Octal352311430131721052312363
Binary111010101100111000110101100111101010001010100111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1963; }

 p { color: rgb(234,25,99); }

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

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

 a { background-color: rgb(234,25,99); }

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

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

 span { border-color: rgb(234,25,99); }

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