#EF1656

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

Shades of Razzmatazz #EF1656

Tints of Razzmatazz #EF1656

Color information

#EF1656 (or 0xEF1656) is unknown color: approx Razzmatazz. HEX triplet: EF, 16 and 56. RGB value is (239,22,86). Sum of RGB (Red+Green+Blue) = 239+22+86=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1656 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1656 is #10E9A9. Grayscale: #5E5E5E. Windows color (decimal): -1108394 or 5641967. OLE color: 5641967.

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

Color convert

RGB2392286-
CMYK00.910.640.06
HSL342.3º87.15%51.18%-
HSV(B)342.3º90.79%93.73%-
XYZ37.5619.610.61-
YUV94.18123.39231.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 68.88%
GREEN value IS 22 (8.98% from 255) = 6.34%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=68.88%
G=6.34%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239228600.910.640.06342.387.1551.18
HexEF165605B4061565733
Octal357261260133100652612763
Binary111011111011010101100101101110000001101010101101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1656; }

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

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

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

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

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

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

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

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