#EF0F5A

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

Shades of Razzmatazz #EF0F5A

Tints of Razzmatazz #EF0F5A

Color information

#EF0F5A (or 0xEF0F5A) is unknown color: approx Razzmatazz. HEX triplet: EF, 0F and 5A. RGB value is (239,15,90). Sum of RGB (Red+Green+Blue) = 239+15+90=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0F5A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0F5A is #10F0A5. Grayscale: #5A5A5A. Windows color (decimal): -1110182 or 5902319. OLE color: 5902319.

HSL color Cylindrical-coordinate representation of color #EF0F5A: hue angle of 339.91º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0F5A is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB2391590-
CMYK00.940.620.06
HSL339.91º88.19%49.8%-
HSV(B)339.91º93.72%93.73%-
XYZ37.6119.4311.44-
YUV90.53127.71233.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 69.48%
GREEN value IS 15 (6.25% from 255) = 4.36%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=69.48%
G=4.36%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239159000.940.620.06339.9188.1949.8
HexEFF5A05E3E61545832
Octal35717132013676652413062
Binary1110111111111011010010111101111101101010101001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0F5A; }

 p { color: rgb(239,15,90); }

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

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

 a { background-color: rgb(239,15,90); }

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

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

 span { border-color: rgb(239,15,90); }

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