#EE1050

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

Shades of Razzmatazz #EE1050

Tints of Razzmatazz #EE1050

Color information

#EE1050 (or 0xEE1050) is unknown color: approx Razzmatazz. HEX triplet: EE, 10 and 50. RGB value is (238,16,80). Sum of RGB (Red+Green+Blue) = 238+16+80=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1050 is #11EFAF. Grayscale: #595959. Windows color (decimal): -1175472 or 5247214. OLE color: 5247214.

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

Color convert

RGB2381680-
CMYK00.930.660.07
HSL342.7º87.4%49.8%-
HSV(B)342.7º93.28%93.33%-
XYZ36.8919.139.34-
YUV89.67122.55233.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 71.26%
GREEN value IS 16 (6.64% from 255) = 4.79%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=71.26%
G=4.79%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238168000.930.660.07342.787.449.8
HexEE105005D4271575732
Octal356201200135102752712762
Binary111011101000010100000101110110000101111010101111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1050; }

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

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

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

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

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

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

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

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