#EF0257

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

Shades of Razzmatazz #EF0257

Tints of Razzmatazz #EF0257

Color information

#EF0257 (or 0xEF0257) is unknown color: approx Razzmatazz. HEX triplet: EF, 02 and 57. RGB value is (239,2,87). Sum of RGB (Red+Green+Blue) = 239+2+87=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0257 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0257 is #10FDA8. Grayscale: #525252. Windows color (decimal): -1113513 or 5702383. OLE color: 5702383.

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

Color convert

RGB239287-
CMYK00.990.640.06
HSL338.48º98.34%47.25%-
HSV(B)338.48º99.16%93.73%-
XYZ37.3419.0810.73-
YUV82.55130.52239.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 72.87%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 87 (34.38% from 255) = 26.52%
R=72.87%
G=0.61%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23928700.990.640.06338.4898.3447.25
HexEF257063406152622f
Octal35721270143100652214257
Binary111011111010101110110001110000001101010100101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0257; }

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

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

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

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

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

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

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

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