#EE084B

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

Shades of Razzmatazz #EE084B

Tints of Razzmatazz #EE084B

Color information

#EE084B (or 0xEE084B) is unknown color: approx Razzmatazz. HEX triplet: EE, 08 and 4B. RGB value is (238,8,75). Sum of RGB (Red+Green+Blue) = 238+8+75=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE084B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE084B is #11F7B4. Grayscale: #545454. Windows color (decimal): -1177525 or 4917486. OLE color: 4917486.

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

Color convert

RGB238875-
CMYK00.970.680.07
HSL342.52º93.5%48.24%-
HSV(B)342.52º96.64%93.33%-
XYZ36.6218.868.37-
YUV84.41122.7237.55-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 74.14%
GREEN value IS 8 (3.52% from 255) = 2.49%
BLUE value IS 75 (29.69% from 255) = 23.36%
R=74.14%
G=2.49%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23887500.970.680.07342.5293.548.24
HexEE84B0614471575d30
Octal356101130141104752713560
Binary11101110100010010110110000110001001111010101111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE084B; }

 p { color: rgb(238,8,75); }

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

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

 a { background-color: rgb(238,8,75); }

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

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

 span { border-color: rgb(238,8,75); }

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