#EF0653

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

Shades of Razzmatazz #EF0653

Tints of Razzmatazz #EF0653

Color information

#EF0653 (or 0xEF0653) is unknown color: approx Razzmatazz. HEX triplet: EF, 06 and 53. RGB value is (239,6,83). Sum of RGB (Red+Green+Blue) = 239+6+83=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0653 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0653 is #10F9AC. Grayscale: #545454. Windows color (decimal): -1112493 or 5441263. OLE color: 5441263.

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

Color convert

RGB239683-
CMYK00.970.650.06
HSL340.17º95.1%48.04%-
HSV(B)340.17º97.49%93.73%-
XYZ37.2219.119.91-
YUV84.44127.19238.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 72.87%
GREEN value IS 6 (2.73% from 255) = 1.83%
BLUE value IS 83 (32.81% from 255) = 25.30%
R=72.87%
G=1.83%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23968300.970.650.06340.1795.148.04
HexEF6530614161545f30
Octal35761230141101652413760
Binary1110111111010100110110000110000011101010101001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0653; }

 p { color: rgb(239,6,83); }

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

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

 a { background-color: rgb(239,6,83); }

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

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

 span { border-color: rgb(239,6,83); }

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