#E20055

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

Shades of Razzmatazz #E20055

Tints of Razzmatazz #E20055

Color information

#E20055 (or 0xE20055) is unknown color: approx Razzmatazz. HEX triplet: E2, 00 and 55. RGB value is (226,0,85). Sum of RGB (Red+Green+Blue) = 226+0+85=311 (41% of max value = 765). Red value is 226 (88.67% from 255 or 72.67% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 226 - color contains mainly: red. Hex color #E20055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20055 is #1DFFAA. Grayscale: #4D4D4D. Windows color (decimal): -1965995 or 5570786. OLE color: 5570786.

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

Color convert

RGB226085-
CMYK010.620.11
HSL337.43º100%44.31%-
HSV(B)337.43º100%88.63%-
XYZ3316.8210.1-
YUV77.26132.37234.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 72.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=72.67%
G=0%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226085010.620.11337.4310044.31
HexE20550643EB151642c
Octal34201250144761352114454
Binary11100010010101010110010011111010111010100011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20055; }

 p { color: rgb(226,0,85); }

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

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

 a { background-color: rgb(226,0,85); }

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

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

 span { border-color: rgb(226,0,85); }

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