#EF0262

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

Shades of Razzmatazz #EF0262

Tints of Razzmatazz #EF0262

Color information

#EF0262 (or 0xEF0262) is unknown color: approx Razzmatazz. HEX triplet: EF, 02 and 62. RGB value is (239,2,98). Sum of RGB (Red+Green+Blue) = 239+2+98=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0262 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0262 is #10FD9D. Grayscale: #535353. Windows color (decimal): -1113502 or 6423279. OLE color: 6423279.

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

Color convert

RGB239298-
CMYK00.990.590.06
HSL335.7º98.34%47.25%-
HSV(B)335.7º99.16%93.73%-
XYZ37.8219.2813.28-
YUV83.81136.02238.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.50%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=70.50%
G=0.59%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23929800.990.590.06335.798.3447.25
HexEF2620633B6150622f
Octal3572142014373652014257
Binary11101111101100010011000111110111101010100001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0262; }

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

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

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

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

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

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

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

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