#EE0054

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

Shades of Razzmatazz #EE0054

Tints of Razzmatazz #EE0054

Color information

#EE0054 (or 0xEE0054) is unknown color: approx Razzmatazz. HEX triplet: EE, 00 and 54. RGB value is (238,0,84). Sum of RGB (Red+Green+Blue) = 238+0+84=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0054 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0054 is #11FFAB. Grayscale: #505050. Windows color (decimal): -1179564 or 5505262. OLE color: 5505262.

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

Color convert

RGB238084-
CMYK010.650.07
HSL338.82º100%46.67%-
HSV(B)338.82º100%93.33%-
XYZ36.8618.8210.08-
YUV80.74129.85240.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 73.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 26.09%
R=73.91%
G=0%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238084010.650.07338.8210046.67
HexEE054064417153642f
Octal35601240144101752314457
Binary11101110010101000110010010000011111010100111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0054; }

 p { color: rgb(238,0,84); }

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

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

 a { background-color: rgb(238,0,84); }

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

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

 span { border-color: rgb(238,0,84); }

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