#EF1065

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

Shades of Razzmatazz #EF1065

Tints of Razzmatazz #EF1065

Color information

#EF1065 (or 0xEF1065) is unknown color: approx Razzmatazz. HEX triplet: EF, 10 and 65. RGB value is (239,16,101). Sum of RGB (Red+Green+Blue) = 239+16+101=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1065 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1065 is #10EF9A. Grayscale: #5C5C5C. Windows color (decimal): -1109915 or 6623471. OLE color: 6623471.

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

Color convert

RGB23916101-
CMYK00.930.580.06
HSL337.13º87.45%50%-
HSV(B)337.13º93.31%93.73%-
XYZ38.1319.6614.1-
YUV92.37132.88232.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 67.13%
GREEN value IS 16 (6.64% from 255) = 4.49%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=67.13%
G=4.49%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391610100.930.580.06337.1387.4550
HexEF106505D3A61515732
Octal35720145013572652112762
Binary11101111100001100101010111011110101101010100011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1065; }

 p { color: rgb(239,16,101); }

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

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

 a { background-color: rgb(239,16,101); }

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

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

 span { border-color: rgb(239,16,101); }

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