#E40955

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

Shades of Razzmatazz #E40955

Tints of Razzmatazz #E40955

Color information

#E40955 (or 0xE40955) is unknown color: approx Razzmatazz. HEX triplet: E4, 09 and 55. RGB value is (228,9,85). Sum of RGB (Red+Green+Blue) = 228+9+85=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E40955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40955 is #1BF6AA. Grayscale: #535353. Windows color (decimal): -1832619 or 5573092. OLE color: 5573092.

HSL color Cylindrical-coordinate representation of color #E40955: hue angle of 339.18º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40955 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB228985-
CMYK00.960.630.11
HSL339.18º92.41%46.47%-
HSV(B)339.18º96.05%89.41%-
XYZ33.7317.3510.16-
YUV83.14129.05231.32-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 70.81%
GREEN value IS 9 (3.91% from 255) = 2.80%
BLUE value IS 85 (33.59% from 255) = 26.40%
R=70.81%
G=2.80%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22898500.960.630.11339.1892.4146.47
HexE49550603FB1535c2e
Octal344111250140771352313456
Binary11100100100110101010110000011111110111010100111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40955; }

 p { color: rgb(228,9,85); }

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

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

 a { background-color: rgb(228,9,85); }

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

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

 span { border-color: rgb(228,9,85); }

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