#EF0260

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

Shades of Razzmatazz #EF0260

Tints of Razzmatazz #EF0260

Color information

#EF0260 (or 0xEF0260) is unknown color: approx Razzmatazz. HEX triplet: EF, 02 and 60. RGB value is (239,2,96). Sum of RGB (Red+Green+Blue) = 239+2+96=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0260 is #10FD9F. Grayscale: #535353. Windows color (decimal): -1113504 or 6292207. OLE color: 6292207.

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

Color convert

RGB239296-
CMYK00.990.600.06
HSL336.2º98.34%47.25%-
HSV(B)336.2º99.16%93.73%-
XYZ37.7319.2412.79-
YUV83.58135.02238.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.92%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=70.92%
G=0.59%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23929600.990.600.06336.298.3447.25
HexEF2600633C6150622f
Octal3572140014374652014257
Binary11101111101100000011000111111001101010100001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0260; }

 p { color: rgb(239,2,96); }

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

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

 a { background-color: rgb(239,2,96); }

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

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

 span { border-color: rgb(239,2,96); }

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