#EF0F52

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

Shades of Razzmatazz #EF0F52

Tints of Razzmatazz #EF0F52

Color information

#EF0F52 (or 0xEF0F52) is unknown color: approx Razzmatazz. HEX triplet: EF, 0F and 52. RGB value is (239,15,82). Sum of RGB (Red+Green+Blue) = 239+15+82=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 15 (6.25% from 255 or 4.46% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0F52 is #10F0AD. Grayscale: #595959. Windows color (decimal): -1110190 or 5378031. OLE color: 5378031.

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

Color convert

RGB2391582-
CMYK00.940.660.06
HSL342.05º88.19%49.8%-
HSV(B)342.05º93.72%93.73%-
XYZ37.2919.39.74-
YUV89.61123.71234.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 71.13%
GREEN value IS 15 (6.25% from 255) = 4.46%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=71.13%
G=4.46%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239158200.940.660.06342.0588.1949.8
HexEFF5205E4261565832
Octal357171220136102652613062
Binary11101111111110100100101111010000101101010101101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0F52; }

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

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

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

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

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

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

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

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