#EE1155

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

Shades of Razzmatazz #EE1155

Tints of Razzmatazz #EE1155

Color information

#EE1155 (or 0xEE1155) is unknown color: approx Razzmatazz. HEX triplet: EE, 11 and 55. RGB value is (238,17,85). Sum of RGB (Red+Green+Blue) = 238+17+85=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1155 is #11EEAA. Grayscale: #5A5A5A. Windows color (decimal): -1175211 or 5575150. OLE color: 5575150.

HSL color Cylindrical-coordinate representation of color #EE1155: hue angle of 341.54º 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 #EE1155 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB2381785-
CMYK00.930.640.07
HSL341.54º86.67%50%-
HSV(B)341.54º92.86%93.33%-
XYZ37.119.2310.35-
YUV90.83124.72232.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 70%
GREEN value IS 17 (7.03% from 255) = 5%
BLUE value IS 85 (33.59% from 255) = 25%
R=70%
G=5%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238178500.930.640.07341.5486.6750
HexEE115505D4071565732
Octal356211250135100752612762
Binary111011101000110101010101110110000001111010101101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1155; }

 p { color: rgb(238,17,85); }

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

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

 a { background-color: rgb(238,17,85); }

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

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

 span { border-color: rgb(238,17,85); }

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