#ef1f6b

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

Shades of Ruby #EF1F6B

Tints of Ruby #EF1F6B

Color information

#EF1F6B (or 0xEF1F6B) is unknown color: approx Ruby. HEX triplet: EF, 1F and 6B. RGB value is (239,31,107). Sum of RGB (Red+Green+Blue) = 239+31+107=377 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.40% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF1F6B is #10E094. Grayscale: #656565. Windows color (decimal): -1106069 or 7020527. OLE color: 7020527.

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

Color convert

RGB23931107-
CMYK00.870.550.06
HSL338.08º86.67%52.94%-
HSV(B)338.08º87.03%93.73%-
XYZ38.7420.3915.8-
YUV101.86130.91225.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.40%
GREEN value IS 31 (12.5% from 255) = 8.22%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=63.40%
G=8.22%
B=28.38%

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
Decimal2393110700.870.550.06338.0886.6752.94
HexEF1F6B0573761525735
Octal35737153012767652212765
Binary11101111111111101011010101111101111101010100101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef1f6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef1f6b; }

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

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

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

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

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

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

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

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