#EE114D

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

Shades of Razzmatazz #EE114D

Tints of Razzmatazz #EE114D

Color information

#EE114D (or 0xEE114D) is unknown color: approx Razzmatazz. HEX triplet: EE, 11 and 4D. RGB value is (238,17,77). Sum of RGB (Red+Green+Blue) = 238+17+77=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE114D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE114D is #11EEB2. Grayscale: #595959. Windows color (decimal): -1175219 or 5050862. OLE color: 5050862.

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

Color convert

RGB2381777-
CMYK00.930.680.07
HSL343.71º86.67%50%-
HSV(B)343.71º92.86%93.33%-
XYZ36.819.118.77-
YUV89.92120.72233.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 71.69%
GREEN value IS 17 (7.03% from 255) = 5.12%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=71.69%
G=5.12%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238177700.930.680.07343.7186.6750
HexEE114D05D4471585732
Octal356211150135104753012762
Binary111011101000110011010101110110001001111010110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE114D; }

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

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

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

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

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

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

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

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