#EF145E

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

Shades of Razzmatazz #EF145E

Tints of Razzmatazz #EF145E

Color information

#EF145E (or 0xEF145E) is unknown color: approx Razzmatazz. HEX triplet: EF, 14 and 5E. RGB value is (239,20,94). Sum of RGB (Red+Green+Blue) = 239+20+94=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF145E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF145E is #10EBA1. Grayscale: #5D5D5D. Windows color (decimal): -1108898 or 6165743. OLE color: 6165743.

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

Color convert

RGB2392094-
CMYK00.920.610.06
HSL339.73º87.25%50.78%-
HSV(B)339.73º91.63%93.73%-
XYZ37.8719.6612.39-
YUV93.92128.05231.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.71%
GREEN value IS 20 (8.20% from 255) = 5.67%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=67.71%
G=5.67%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239209400.920.610.06339.7387.2550.78
HexEF145E05C3D61545733
Octal35724136013475652412763
Binary11101111101001011110010111001111011101010101001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF145E; }

 p { color: rgb(239,20,94); }

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

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

 a { background-color: rgb(239,20,94); }

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

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

 span { border-color: rgb(239,20,94); }

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