#EF1A5E

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

Shades of Ruby #EF1A5E

Tints of Ruby #EF1A5E

Color information

#EF1A5E (or 0xEF1A5E) is unknown color: approx Ruby. HEX triplet: EF, 1A and 5E. RGB value is (239,26,94). Sum of RGB (Red+Green+Blue) = 239+26+94=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1A5E is #10E5A1. Grayscale: #616161. Windows color (decimal): -1107362 or 6167279. OLE color: 6167279.

HSL color Cylindrical-coordinate representation of color #EF1A5E: hue angle of 340.85º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1A5E is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB2392694-
CMYK00.890.610.06
HSL340.85º86.94%51.96%-
HSV(B)340.85º89.12%93.73%-
XYZ37.9919.912.43-
YUV97.44126.07228.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.57%
GREEN value IS 26 (10.55% from 255) = 7.24%
BLUE value IS 94 (37.11% from 255) = 26.18%
R=66.57%
G=7.24%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239269400.890.610.06340.8586.9451.96
HexEF1A5E0593D61555734
Octal35732136013175652512764
Binary11101111110101011110010110011111011101010101011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1A5E; }

 p { color: rgb(239,26,94); }

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

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

 a { background-color: rgb(239,26,94); }

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

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

 span { border-color: rgb(239,26,94); }

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