#EE0960

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

Shades of Razzmatazz #EE0960

Tints of Razzmatazz #EE0960

Color information

#EE0960 (or 0xEE0960) is unknown color: approx Razzmatazz. HEX triplet: EE, 09 and 60. RGB value is (238,9,96). Sum of RGB (Red+Green+Blue) = 238+9+96=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0960 is #11F69F. Grayscale: #575757. Windows color (decimal): -1177248 or 6293998. OLE color: 6293998.

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

Color convert

RGB238996-
CMYK00.960.600.07
HSL337.21º92.71%48.43%-
HSV(B)337.21º96.22%93.33%-
XYZ37.4719.2212.8-
YUV87.39132.87235.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 69.39%
GREEN value IS 9 (3.91% from 255) = 2.62%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=69.39%
G=2.62%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23899600.960.600.07337.2192.7148.43
HexEE9600603C71515d30
Octal35611140014074752113560
Binary1110111010011100000011000001111001111010100011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0960; }

 p { color: rgb(238,9,96); }

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

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

 a { background-color: rgb(238,9,96); }

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

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

 span { border-color: rgb(238,9,96); }

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