#E91050

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

Shades of Razzmatazz #E91050

Tints of Razzmatazz #E91050

Color information

#E91050 (or 0xE91050) is unknown color: approx Razzmatazz. HEX triplet: E9, 10 and 50. RGB value is (233,16,80). Sum of RGB (Red+Green+Blue) = 233+16+80=329 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.82% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 233 - color contains mainly: red. Hex color #E91050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E91050 is #16EFAF. Grayscale: #585858. Windows color (decimal): -1503152 or 5247209. OLE color: 5247209.

HSL color Cylindrical-coordinate representation of color #E91050: hue angle of 342.3º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E91050 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB2331680-
CMYK00.930.660.09
HSL342.3º87.15%48.82%-
HSV(B)342.3º93.13%91.37%-
XYZ35.2418.279.26-
YUV88.18123.39231.3-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 70.82%
GREEN value IS 16 (6.64% from 255) = 4.86%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=70.82%
G=4.86%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233168000.930.660.09342.387.1548.82
HexE9105005D4291565731
Octal3512012001351021152612761
Binary1110100110000101000001011101100001010011010101101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E91050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E91050; }

 p { color: rgb(233,16,80); }

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

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

 a { background-color: rgb(233,16,80); }

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

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

 span { border-color: rgb(233,16,80); }

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