#EF1F6C

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

Shades of Ruby #EF1F6C

Tints of Ruby #EF1F6C

Color information

#EF1F6C (or 0xEF1F6C) is unknown color: approx Ruby. HEX triplet: EF, 1F and 6C. RGB value is (239,31,108). Sum of RGB (Red+Green+Blue) = 239+31+108=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1F6C is #10E093. Grayscale: #656565. Windows color (decimal): -1106068 or 7086063. OLE color: 7086063.

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

Color convert

RGB23931108-
CMYK00.870.550.06
HSL337.79º86.67%52.94%-
HSV(B)337.79º87.03%93.73%-
XYZ38.7920.4116.08-
YUV101.97131.41225.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.23%
GREEN value IS 31 (12.5% from 255) = 8.20%
BLUE value IS 108 (42.58% from 255) = 28.57%
R=63.23%
G=8.20%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393110800.870.550.06337.7986.6752.94
HexEF1F6C0573761525735
Octal35737154012767652212765
Binary11101111111111101100010101111101111101010100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1F6C; }

 p { color: rgb(239,31,108); }

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

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

 a { background-color: rgb(239,31,108); }

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

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

 span { border-color: rgb(239,31,108); }

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