#EF1052

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

Shades of Razzmatazz #EF1052

Tints of Razzmatazz #EF1052

Color information

#EF1052 (or 0xEF1052) is unknown color: approx Razzmatazz. HEX triplet: EF, 10 and 52. RGB value is (239,16,82). Sum of RGB (Red+Green+Blue) = 239+16+82=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1052 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1052 is #10EFAD. Grayscale: #5A5A5A. Windows color (decimal): -1109934 or 5378287. OLE color: 5378287.

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

Color convert

RGB2391682-
CMYK00.930.660.06
HSL342.24º87.45%50%-
HSV(B)342.24º93.31%93.73%-
XYZ37.319.339.75-
YUV90.2123.38234.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.92%
GREEN value IS 16 (6.64% from 255) = 4.75%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=70.92%
G=4.75%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239168200.930.660.06342.2487.4550
HexEF105205D4261565732
Octal357201220135102652612762
Binary111011111000010100100101110110000101101010101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1052; }

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

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

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

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

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

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

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

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