#e40177

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

Shades of Razzmatazz #E40177

Tints of Razzmatazz #E40177

Color information

#E40177 (or 0xE40177) is unknown color: approx Razzmatazz. HEX triplet: E4, 01 and 77. RGB value is (228,1,119). Sum of RGB (Red+Green+Blue) = 228+1+119=348 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.52% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 228 - color contains mainly: red. Hex color #E40177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40177 is #1BFE88. Grayscale: #525252. Windows color (decimal): -1834633 or 7799268. OLE color: 7799268.

HSL color Cylindrical-coordinate representation of color #E40177: hue angle of 328.81º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40177 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB2281119-
CMYK01.000.480.11
HSL328.81º99.13%44.9%-
HSV(B)328.81º99.56%89.41%-
XYZ35.3417.8519.04-
YUV82.32148.71231.91-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 65.52%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 119 (46.88% from 255) = 34.20%
R=65.52%
G=0.29%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228111901.000.480.11328.8199.1344.9
HexE417706430B149632d
Octal34411670144601351114355
Binary11100100111101110110010011000010111010010011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e40177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e40177; }

 p { color: rgb(228,1,119); }

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

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

 a { background-color: rgb(228,1,119); }

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

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

 span { border-color: rgb(228,1,119); }

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