#EF0951

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

Shades of Razzmatazz #EF0951

Tints of Razzmatazz #EF0951

Color information

#EF0951 (or 0xEF0951) is unknown color: approx Razzmatazz. HEX triplet: EF, 09 and 51. RGB value is (239,9,81). Sum of RGB (Red+Green+Blue) = 239+9+81=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0951 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0951 is #10F6AE. Grayscale: #555555. Windows color (decimal): -1111727 or 5310959. OLE color: 5310959.

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

Color convert

RGB239981-
CMYK00.960.660.06
HSL341.22º92.74%48.63%-
HSV(B)341.22º96.23%93.73%-
XYZ37.1819.149.52-
YUV85.98125.2237.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 72.64%
GREEN value IS 9 (3.91% from 255) = 2.74%
BLUE value IS 81 (32.03% from 255) = 24.62%
R=72.64%
G=2.74%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23998100.960.660.06341.2292.7448.63
HexEF9510604261555d31
Octal357111210140102652513561
Binary11101111100110100010110000010000101101010101011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0951; }

 p { color: rgb(239,9,81); }

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

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

 a { background-color: rgb(239,9,81); }

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

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

 span { border-color: rgb(239,9,81); }

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