#EF014C

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

Shades of Razzmatazz #EF014C

Tints of Razzmatazz #EF014C

Color information

#EF014C (or 0xEF014C) is unknown color: approx Razzmatazz. HEX triplet: EF, 01 and 4C. RGB value is (239,1,76). Sum of RGB (Red+Green+Blue) = 239+1+76=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF014C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF014C is #10FEB3. Grayscale: #505050. Windows color (decimal): -1113780 or 4981231. OLE color: 4981231.

HSL color Cylindrical-coordinate representation of color #EF014C: hue angle of 341.09º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF014C is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB239176-
CMYK01.000.680.06
HSL341.09º99.17%47.06%-
HSV(B)341.09º99.58%93.73%-
XYZ36.9118.898.54-
YUV80.71125.35240.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 75.63%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 76 (30.08% from 255) = 24.05%
R=75.63%
G=0.32%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23917601.000.680.06341.0999.1747.06
HexEF14C064446155632f
Octal35711140144104652514357
Binary11101111110011000110010010001001101010101011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF014C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF014C; }

 p { color: rgb(239,1,76); }

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

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

 a { background-color: rgb(239,1,76); }

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

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

 span { border-color: rgb(239,1,76); }

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