#E2056E

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

Shades of Razzmatazz #E2056E

Tints of Razzmatazz #E2056E

Color information

#E2056E (or 0xE2056E) is unknown color: approx Razzmatazz. HEX triplet: E2, 05 and 6E. RGB value is (226,5,110). Sum of RGB (Red+Green+Blue) = 226+5+110=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E2056E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2056E is #1DFA91. Grayscale: #525252. Windows color (decimal): -1964690 or 7210466. OLE color: 7210466.

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

Color convert

RGB2265110-
CMYK00.980.510.11
HSL331.49º95.67%45.29%-
HSV(B)331.49º97.79%88.63%-
XYZ34.2317.416.31-
YUV83.05143.22229.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 66.28%
GREEN value IS 5 (2.34% from 255) = 1.47%
BLUE value IS 110 (43.36% from 255) = 32.26%
R=66.28%
G=1.47%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226511000.980.510.11331.4995.6745.29
HexE256E06233B14b602d
Octal34251560142631351314055
Binary1110001010111011100110001011001110111010010111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2056E; }

 p { color: rgb(226,5,110); }

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

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

 a { background-color: rgb(226,5,110); }

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

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

 span { border-color: rgb(226,5,110); }

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