#EF0F56

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

Shades of Razzmatazz #EF0F56

Tints of Razzmatazz #EF0F56

Color information

#EF0F56 (or 0xEF0F56) is unknown color: approx Razzmatazz. HEX triplet: EF, 0F and 56. RGB value is (239,15,86). Sum of RGB (Red+Green+Blue) = 239+15+86=340 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.29% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F56 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0F56 is #10F0A9. Grayscale: #5A5A5A. Windows color (decimal): -1110186 or 5640175. OLE color: 5640175.

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

Color convert

RGB2391586-
CMYK00.940.640.06
HSL340.98º88.19%49.8%-
HSV(B)340.98º93.72%93.73%-
XYZ37.4519.3610.57-
YUV90.07125.71234.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.29%
GREEN value IS 15 (6.25% from 255) = 4.41%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=70.29%
G=4.41%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239158600.940.640.06340.9888.1949.8
HexEFF5605E4061555832
Octal357171260136100652513062
Binary11101111111110101100101111010000001101010101011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0F56; }

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

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

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

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

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

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

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

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