#E6015C

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

Shades of Razzmatazz #E6015C

Tints of Razzmatazz #E6015C

Color information

#E6015C (or 0xE6015C) is unknown color: approx Razzmatazz. HEX triplet: E6, 01 and 5C. RGB value is (230,1,92). Sum of RGB (Red+Green+Blue) = 230+1+92=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E6015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6015C is #19FEA3. Grayscale: #4F4F4F. Windows color (decimal): -1703588 or 6029798. OLE color: 6029798.

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

Color convert

RGB230192-
CMYK01.000.600.10
HSL336.16º99.13%45.29%-
HSV(B)336.16º99.57%90.2%-
XYZ34.5817.6211.7-
YUV79.84134.87235.1-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 71.21%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 92 (36.33% from 255) = 28.48%
R=71.21%
G=0.31%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019201.000.600.10336.1699.1345.29
HexE615C0643CA150632d
Octal34611340144741252014355
Binary11100110110111000110010011110010101010100001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6015C; }

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

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

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

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

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

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

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

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