#EE005E

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

Shades of Razzmatazz #EE005E

Tints of Razzmatazz #EE005E

Color information

#EE005E (or 0xEE005E) is unknown color: approx Razzmatazz. HEX triplet: EE, 00 and 5E. RGB value is (238,0,94). Sum of RGB (Red+Green+Blue) = 238+0+94=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE005E is #11FFA1. Grayscale: #515151. Windows color (decimal): -1179554 or 6160622. OLE color: 6160622.

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

Color convert

RGB238094-
CMYK010.610.07
HSL336.3º100%46.67%-
HSV(B)336.3º100%93.33%-
XYZ37.2818.9912.29-
YUV81.88134.85239.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 71.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=71.69%
G=0%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238094010.610.07336.310046.67
HexEE05E0643D7150642f
Octal3560136014475752014457
Binary1110111001011110011001001111011111010100001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE005E; }

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

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

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

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

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

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

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

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