#E2056F

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

Shades of Razzmatazz #E2056F

Tints of Razzmatazz #E2056F

Color information

#E2056F (or 0xE2056F) is unknown color: approx Razzmatazz. HEX triplet: E2, 05 and 6F. RGB value is (226,5,111). Sum of RGB (Red+Green+Blue) = 226+5+111=342 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.08% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 226 - color contains mainly: red. Hex color #E2056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E2056F is #1DFA90. Grayscale: #525252. Windows color (decimal): -1964689 or 7276002. OLE color: 7276002.

HSL color Cylindrical-coordinate representation of color #E2056F: hue angle of 331.22º 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 #E2056F is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB2265111-
CMYK00.980.510.11
HSL331.22º95.67%45.29%-
HSV(B)331.22º97.79%88.63%-
XYZ34.2917.4216.6-
YUV83.16143.72229.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 66.08%
GREEN value IS 5 (2.34% from 255) = 1.46%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=66.08%
G=1.46%
B=32.46%

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
Decimal226511100.980.510.11331.2295.6745.29
HexE256F06233B14b602d
Octal34251570142631351314055
Binary1110001010111011110110001011001110111010010111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2056F; }

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

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

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

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

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

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

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

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