#E6014A

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

Shades of Razzmatazz #E6014A

Tints of Razzmatazz #E6014A

Color information

#E6014A (or 0xE6014A) is unknown color: approx Razzmatazz. HEX triplet: E6, 01 and 4A. RGB value is (230,1,74). Sum of RGB (Red+Green+Blue) = 230+1+74=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E6014A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6014A is #19FEB5. Grayscale: #4D4D4D. Windows color (decimal): -1703606 or 4850150. OLE color: 4850150.

HSL color Cylindrical-coordinate representation of color #E6014A: hue angle of 340.87º 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 #E6014A is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB230174-
CMYK01.000.680.10
HSL340.87º99.13%45.29%-
HSV(B)340.87º99.57%90.2%-
XYZ33.8817.348.04-
YUV77.79125.87236.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 75.41%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=75.41%
G=0.33%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.68
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017401.000.680.10340.8799.1345.29
HexE614A06444A155632d
Octal346111201441041252514355
Binary111001101100101001100100100010010101010101011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6014A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6014A; }

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

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

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

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

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

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

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

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