#EF0F68

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

Shades of Razzmatazz #EF0F68

Tints of Razzmatazz #EF0F68

Color information

#EF0F68 (or 0xEF0F68) is unknown color: approx Razzmatazz. HEX triplet: EF, 0F and 68. RGB value is (239,15,104). Sum of RGB (Red+Green+Blue) = 239+15+104=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0F68 is #10F097. Grayscale: #5B5B5B. Windows color (decimal): -1110168 or 6819823. OLE color: 6819823.

HSL color Cylindrical-coordinate representation of color #EF0F68: hue angle of 336.16º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0F68 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB23915104-
CMYK00.940.560.06
HSL336.16º88.19%49.8%-
HSV(B)336.16º93.72%93.73%-
XYZ38.2719.6914.88-
YUV92.12134.71232.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.76%
GREEN value IS 15 (6.25% from 255) = 4.19%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=66.76%
G=4.19%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391510400.940.560.06336.1688.1949.8
HexEFF6805E3861505832
Octal35717150013670652013062
Binary1110111111111101000010111101110001101010100001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0F68; }

 p { color: rgb(239,15,104); }

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

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

 a { background-color: rgb(239,15,104); }

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

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

 span { border-color: rgb(239,15,104); }

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