#EF1A74

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

Shades of Ruby #EF1A74

Tints of Ruby #EF1A74

Color information

#EF1A74 (or 0xEF1A74) is unknown color: approx Ruby. HEX triplet: EF, 1A and 74. RGB value is (239,26,116). Sum of RGB (Red+Green+Blue) = 239+26+116=381 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.73% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1A74 is #10E58B. Grayscale: #636363. Windows color (decimal): -1107340 or 7609071. OLE color: 7609071.

HSL color Cylindrical-coordinate representation of color #EF1A74: hue angle of 334.65º 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 #EF1A74 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB23926116-
CMYK00.890.510.06
HSL334.65º86.94%51.96%-
HSV(B)334.65º89.12%93.73%-
XYZ39.1220.3518.39-
YUV99.95137.07227.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 62.73%
GREEN value IS 26 (10.55% from 255) = 6.82%
BLUE value IS 116 (45.70% from 255) = 30.45%
R=62.73%
G=6.82%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392611600.890.510.06334.6586.9451.96
HexEF1A7405933614f5734
Octal35732164013163651712764
Binary11101111110101110100010110011100111101010011111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1A74; }

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

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

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

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

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

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

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

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