#EF1E62

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

Shades of Ruby #EF1E62

Tints of Ruby #EF1E62

Color information

#EF1E62 (or 0xEF1E62) is unknown color: approx Ruby. HEX triplet: EF, 1E and 62. RGB value is (239,30,98). Sum of RGB (Red+Green+Blue) = 239+30+98=367 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.12% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1E62 is #10E19D. Grayscale: #646464. Windows color (decimal): -1106334 or 6430447. OLE color: 6430447.

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

Color convert

RGB2393098-
CMYK00.870.590.06
HSL340.48º86.72%52.75%-
HSV(B)340.48º87.45%93.73%-
XYZ38.2720.1613.43-
YUV100.24126.74226.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 65.12%
GREEN value IS 30 (12.11% from 255) = 8.17%
BLUE value IS 98 (38.67% from 255) = 26.70%
R=65.12%
G=8.17%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239309800.870.590.06340.4886.7252.75
HexEF1E620573B61545735
Octal35736142012773652412765
Binary11101111111101100010010101111110111101010101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1E62; }

 p { color: rgb(239,30,98); }

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

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

 a { background-color: rgb(239,30,98); }

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

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

 span { border-color: rgb(239,30,98); }

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