#EF145F

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

Shades of Razzmatazz #EF145F

Tints of Razzmatazz #EF145F

Color information

#EF145F (or 0xEF145F) is unknown color: approx Razzmatazz. HEX triplet: EF, 14 and 5F. RGB value is (239,20,95). Sum of RGB (Red+Green+Blue) = 239+20+95=354 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.51% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 239 - color contains mainly: red. Hex color #EF145F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF145F is #10EBA0. Grayscale: #5D5D5D. Windows color (decimal): -1108897 or 6231279. OLE color: 6231279.

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

Color convert

RGB2392095-
CMYK00.920.600.06
HSL339.45º87.25%50.78%-
HSV(B)339.45º91.63%93.73%-
XYZ37.9119.6812.63-
YUV94.03128.55231.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.51%
GREEN value IS 20 (8.20% from 255) = 5.65%
BLUE value IS 95 (37.5% from 255) = 26.84%
R=67.51%
G=5.65%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239209500.920.600.06339.4587.2550.78
HexEF145F05C3C61535733
Octal35724137013474652312763
Binary11101111101001011111010111001111001101010100111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF145F; }

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

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

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

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

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

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

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

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