#E8015A

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

Shades of Razzmatazz #E8015A

Tints of Razzmatazz #E8015A

Color information

#E8015A (or 0xE8015A) is unknown color: approx Razzmatazz. HEX triplet: E8, 01 and 5A. RGB value is (232,1,90). Sum of RGB (Red+Green+Blue) = 232+1+90=323 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.83% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 232 - color contains mainly: red. Hex color #E8015A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8015A is #17FEA5. Grayscale: #505050. Windows color (decimal): -1572518 or 5898728. OLE color: 5898728.

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

Color convert

RGB232190-
CMYK01.000.610.09
HSL336.88º99.14%45.69%-
HSV(B)336.88º99.57%90.98%-
XYZ35.1417.9211.28-
YUV80.22133.53236.26-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 71.83%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 90 (35.55% from 255) = 27.86%
R=71.83%
G=0.31%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23219001.000.610.09336.8899.1445.69
HexE815A0643D9151632e
Octal35011320144751152114356
Binary11101000110110100110010011110110011010100011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8015A; }

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

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

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

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

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

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

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

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