#EF2065

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

Shades of Ruby #EF2065

Tints of Ruby #EF2065

Color information

#EF2065 (or 0xEF2065) is unknown color: approx Ruby. HEX triplet: EF, 20 and 65. RGB value is (239,32,101). Sum of RGB (Red+Green+Blue) = 239+32+101=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2065 is #10DF9A. Grayscale: #656565. Windows color (decimal): -1105819 or 6627567. OLE color: 6627567.

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

Color convert

RGB23932101-
CMYK00.870.580.06
HSL340º86.61%53.14%-
HSV(B)340º86.61%93.73%-
XYZ38.4620.3214.21-
YUV101.76127.58225.89-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 64.25%
GREEN value IS 32 (12.89% from 255) = 8.60%
BLUE value IS 101 (39.84% from 255) = 27.15%
R=64.25%
G=8.60%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393210100.870.580.0634086.6153.14
HexEF20650573A61545735
Octal35740145012772652412765
Binary111011111000001100101010101111110101101010101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2065; }

 p { color: rgb(239,32,101); }

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

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

 a { background-color: rgb(239,32,101); }

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

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

 span { border-color: rgb(239,32,101); }

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