#E8015C

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

Shades of Razzmatazz #E8015C

Tints of Razzmatazz #E8015C

Color information

#E8015C (or 0xE8015C) is unknown color: approx Razzmatazz. HEX triplet: E8, 01 and 5C. RGB value is (232,1,92). Sum of RGB (Red+Green+Blue) = 232+1+92=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E8015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8015C is #17FEA3. Grayscale: #505050. Windows color (decimal): -1572516 or 6029800. OLE color: 6029800.

HSL color Cylindrical-coordinate representation of color #E8015C: hue angle of 336.36º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8015C is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB232192-
CMYK01.000.600.09
HSL336.36º99.14%45.69%-
HSV(B)336.36º99.57%90.98%-
XYZ35.2217.9511.73-
YUV80.44134.53236.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 71.38%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=71.38%
G=0.31%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219201.000.600.09336.3699.1445.69
HexE815C0643C9150632e
Octal35011340144741152014356
Binary11101000110111000110010011110010011010100001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8015C; }

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

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

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

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

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

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

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

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