#EA1E5A

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

Shades of Ruby #EA1E5A

Tints of Ruby #EA1E5A

Color information

#EA1E5A (or 0xEA1E5A) is unknown color: approx Ruby. HEX triplet: EA, 1E and 5A. RGB value is (234,30,90). Sum of RGB (Red+Green+Blue) = 234+30+90=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 30 (12.11% from 255 or 8.47% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1E5A is #15E1A5. Grayscale: #616161. Windows color (decimal): -1434022 or 5906154. OLE color: 5906154.

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

Color convert

RGB2343090-
CMYK00.870.620.08
HSL342.35º82.93%51.76%-
HSV(B)342.35º87.18%91.76%-
XYZ36.2419.1611.46-
YUV97.84123.59225.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 66.10%
GREEN value IS 30 (12.11% from 255) = 8.47%
BLUE value IS 90 (35.55% from 255) = 25.42%
R=66.10%
G=8.47%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234309000.870.620.08342.3582.9351.76
HexEA1E5A0573E81565334
Octal352361320127761052612364
Binary111010101111010110100101011111111010001010101101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1E5A; }

 p { color: rgb(234,30,90); }

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

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

 a { background-color: rgb(234,30,90); }

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

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

 span { border-color: rgb(234,30,90); }

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