#EF0558

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

Shades of Razzmatazz #EF0558

Tints of Razzmatazz #EF0558

Color information

#EF0558 (or 0xEF0558) is unknown color: approx Razzmatazz. HEX triplet: EF, 05 and 58. RGB value is (239,5,88). Sum of RGB (Red+Green+Blue) = 239+5+88=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0558 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0558 is #10FAA7. Grayscale: #545454. Windows color (decimal): -1112744 or 5768687. OLE color: 5768687.

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

Color convert

RGB239588-
CMYK00.980.630.06
HSL338.72º95.9%47.84%-
HSV(B)338.72º97.91%93.73%-
XYZ37.4119.1610.96-
YUV84.43130.02238.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 71.99%
GREEN value IS 5 (2.34% from 255) = 1.51%
BLUE value IS 88 (34.77% from 255) = 26.51%
R=71.99%
G=1.51%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23958800.980.630.06338.7295.947.84
HexEF5580623F61536030
Octal3575130014277652314060
Binary111011111011011000011000101111111101010100111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0558; }

 p { color: rgb(239,5,88); }

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

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

 a { background-color: rgb(239,5,88); }

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

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

 span { border-color: rgb(239,5,88); }

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