#EF0669

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

Shades of Razzmatazz #EF0669

Tints of Razzmatazz #EF0669

Color information

#EF0669 (or 0xEF0669) is unknown color: approx Razzmatazz. HEX triplet: EF, 06 and 69. RGB value is (239,6,105). Sum of RGB (Red+Green+Blue) = 239+6+105=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0669 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0669 is #10F996. Grayscale: #565656. Windows color (decimal): -1112471 or 6883055. OLE color: 6883055.

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

Color convert

RGB2396105-
CMYK00.970.560.06
HSL334.51º95.1%48.04%-
HSV(B)334.51º97.49%93.73%-
XYZ38.2119.515.11-
YUV86.95138.19236.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 68.29%
GREEN value IS 6 (2.73% from 255) = 1.71%
BLUE value IS 105 (41.41% from 255) = 30%
R=68.29%
G=1.71%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239610500.970.560.06334.5195.148.04
HexEF66906138614f5f30
Octal3576151014170651713760
Binary111011111101101001011000011110001101010011111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0669; }

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

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

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

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

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

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

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

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