#E6105E

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

Shades of Razzmatazz #E6105E

Tints of Razzmatazz #E6105E

Color information

#E6105E (or 0xE6105E) is unknown color: approx Razzmatazz. HEX triplet: E6, 10 and 5E. RGB value is (230,16,94). Sum of RGB (Red+Green+Blue) = 230+16+94=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E6105E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6105E is #19EFA1. Grayscale: #585858. Windows color (decimal): -1699746 or 6164710. OLE color: 6164710.

HSL color Cylindrical-coordinate representation of color #E6105E: hue angle of 338.13º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6105E is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB2301694-
CMYK00.930.590.10
HSL338.13º86.99%48.24%-
HSV(B)338.13º93.04%90.2%-
XYZ34.841812.23-
YUV88.88130.9228.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 67.65%
GREEN value IS 16 (6.64% from 255) = 4.71%
BLUE value IS 94 (37.11% from 255) = 27.65%
R=67.65%
G=4.71%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230169400.930.590.10338.1386.9948.24
HexE6105E05D3BA1525730
Octal346201360135731252212760
Binary111001101000010111100101110111101110101010100101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6105E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6105E; }

 p { color: rgb(230,16,94); }

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

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

 a { background-color: rgb(230,16,94); }

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

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

 span { border-color: rgb(230,16,94); }

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