#EA145C

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

Shades of Ruby #EA145C

Tints of Ruby #EA145C

Color information

#EA145C (or 0xEA145C) is unknown color: approx Ruby. HEX triplet: EA, 14 and 5C. RGB value is (234,20,92). Sum of RGB (Red+Green+Blue) = 234+20+92=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA145C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA145C is #15EBA3. Grayscale: #5C5C5C. Windows color (decimal): -1436580 or 6034666. OLE color: 6034666.

HSL color Cylindrical-coordinate representation of color #EA145C: hue angle of 339.81º 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 #EA145C is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB2342092-
CMYK00.910.610.08
HSL339.81º84.25%49.8%-
HSV(B)339.81º91.45%91.76%-
XYZ36.1118.7711.84-
YUV92.19127.9229.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 67.63%
GREEN value IS 20 (8.20% from 255) = 5.78%
BLUE value IS 92 (36.33% from 255) = 26.59%
R=67.63%
G=5.78%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234209200.910.610.08339.8184.2549.8
HexEA145C05B3D81545432
Octal352241340133751052412462
Binary111010101010010111000101101111110110001010101001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA145C; }

 p { color: rgb(234,20,92); }

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

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

 a { background-color: rgb(234,20,92); }

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

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

 span { border-color: rgb(234,20,92); }

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