#ef0f59

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

Shades of Razzmatazz #EF0F59

Tints of Razzmatazz #EF0F59

Color information

#EF0F59 (or 0xEF0F59) is unknown color: approx Razzmatazz. HEX triplet: EF, 0F and 59. RGB value is (239,15,89). Sum of RGB (Red+Green+Blue) = 239+15+89=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0F59 is #10F0A6. Grayscale: #5A5A5A. Windows color (decimal): -1110183 or 5836783. OLE color: 5836783.

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

Color convert

RGB2391589-
CMYK00.940.630.06
HSL340.18º88.19%49.8%-
HSV(B)340.18º93.72%93.73%-
XYZ37.5719.4111.22-
YUV90.41127.21233.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 69.68%
GREEN value IS 15 (6.25% from 255) = 4.37%
BLUE value IS 89 (35.16% from 255) = 25.95%
R=69.68%
G=4.37%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239158900.940.630.06340.1888.1949.8
HexEFF5905E3F61545832
Octal35717131013677652413062
Binary1110111111111011001010111101111111101010101001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef0f59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef0f59; }

 p { color: rgb(239,15,89); }

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

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

 a { background-color: rgb(239,15,89); }

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

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

 span { border-color: rgb(239,15,89); }

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