#EF104E

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

Shades of Razzmatazz #EF104E

Tints of Razzmatazz #EF104E

Color information

#EF104E (or 0xEF104E) is unknown color: approx Razzmatazz. HEX triplet: EF, 10 and 4E. RGB value is (239,16,78). Sum of RGB (Red+Green+Blue) = 239+16+78=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF104E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF104E is #10EFB1. Grayscale: #595959. Windows color (decimal): -1109938 or 5116143. OLE color: 5116143.

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

Color convert

RGB2391678-
CMYK00.930.670.06
HSL343.32º87.45%50%-
HSV(B)343.32º93.31%93.73%-
XYZ37.1619.278.97-
YUV89.74121.38234.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 71.77%
GREEN value IS 16 (6.64% from 255) = 4.80%
BLUE value IS 78 (30.86% from 255) = 23.42%
R=71.77%
G=4.80%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239167800.930.670.06343.3287.4550
HexEF104E05D4361575732
Octal357201160135103652712762
Binary111011111000010011100101110110000111101010101111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF104E; }

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

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

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

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

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

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

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

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