#EF1A5D

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

Shades of Ruby #EF1A5D

Tints of Ruby #EF1A5D

Color information

#EF1A5D (or 0xEF1A5D) is unknown color: approx Ruby. HEX triplet: EF, 1A and 5D. RGB value is (239,26,93). Sum of RGB (Red+Green+Blue) = 239+26+93=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1A5D is #10E5A2. Grayscale: #616161. Windows color (decimal): -1107363 or 6101743. OLE color: 6101743.

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

Color convert

RGB2392693-
CMYK00.890.610.06
HSL341.13º86.94%51.96%-
HSV(B)341.13º89.12%93.73%-
XYZ37.9419.8812.19-
YUV97.32125.57229.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.76%
GREEN value IS 26 (10.55% from 255) = 7.26%
BLUE value IS 93 (36.72% from 255) = 25.98%
R=66.76%
G=7.26%
B=25.98%

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
Decimal239269300.890.610.06341.1386.9451.96
HexEF1A5D0593D61555734
Octal35732135013175652512764
Binary11101111110101011101010110011111011101010101011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1A5D; }

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

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

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

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

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

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

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

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