#E6016D

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

Shades of Razzmatazz #E6016D

Tints of Razzmatazz #E6016D

Color information

#E6016D (or 0xE6016D) is unknown color: approx Razzmatazz. HEX triplet: E6, 01 and 6D. RGB value is (230,1,109). Sum of RGB (Red+Green+Blue) = 230+1+109=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E6016D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6016D is #19FE92. Grayscale: #515151. Windows color (decimal): -1703571 or 7143910. OLE color: 7143910.

HSL color Cylindrical-coordinate representation of color #E6016D: hue angle of 331.7º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6016D is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB2301109-
CMYK01.000.530.10
HSL331.7º99.13%45.29%-
HSV(B)331.7º99.57%90.2%-
XYZ35.417.9516.07-
YUV81.78143.37233.72-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 67.65%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=67.65%
G=0.29%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230110901.000.530.10331.799.1345.29
HexE616D06435A14c632d
Octal34611550144651251414355
Binary11100110111011010110010011010110101010011001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6016D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6016D; }

 p { color: rgb(230,1,109); }

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

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

 a { background-color: rgb(230,1,109); }

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

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

 span { border-color: rgb(230,1,109); }

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