#EE0B49

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

Shades of Razzmatazz #EE0B49

Tints of Razzmatazz #EE0B49

Color information

#EE0B49 (or 0xEE0B49) is unknown color: approx Razzmatazz. HEX triplet: EE, 0B and 49. RGB value is (238,11,73). Sum of RGB (Red+Green+Blue) = 238+11+73=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 11 (4.69% from 255 or 3.42% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0B49 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0B49 is #11F4B6. Grayscale: #555555. Windows color (decimal): -1176759 or 4787182. OLE color: 4787182.

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

Color convert

RGB2381173-
CMYK00.950.690.07
HSL343.61º91.16%48.82%-
HSV(B)343.61º95.38%93.33%-
XYZ36.5818.98.02-
YUV85.94120.71236.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 73.91%
GREEN value IS 11 (4.69% from 255) = 3.42%
BLUE value IS 73 (28.91% from 255) = 22.67%
R=73.91%
G=3.42%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238117300.950.690.07343.6191.1648.82
HexEEB4905F4571585b31
Octal356131110137105753013361
Binary11101110101110010010101111110001011111010110001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0B49; }

 p { color: rgb(238,11,73); }

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

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

 a { background-color: rgb(238,11,73); }

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

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

 span { border-color: rgb(238,11,73); }

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