#EE115E

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

Shades of Razzmatazz #EE115E

Tints of Razzmatazz #EE115E

Color information

#EE115E (or 0xEE115E) is unknown color: approx Razzmatazz. HEX triplet: EE, 11 and 5E. RGB value is (238,17,94). Sum of RGB (Red+Green+Blue) = 238+17+94=349 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.19% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 238 - color contains mainly: red. Hex color #EE115E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE115E is #11EEA1. Grayscale: #5B5B5B. Windows color (decimal): -1175202 or 6164974. OLE color: 6164974.

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

Color convert

RGB2381794-
CMYK00.930.610.07
HSL339.1º86.67%50%-
HSV(B)339.1º92.86%93.33%-
XYZ37.4819.3912.36-
YUV91.86129.22232.24-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 68.19%
GREEN value IS 17 (7.03% from 255) = 4.87%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=68.19%
G=4.87%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238179400.930.610.07339.186.6750
HexEE115E05D3D71535732
Octal35621136013575752312762
Binary11101110100011011110010111011111011111010100111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE115E; }

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

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

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

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

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

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

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

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