#EE1258

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

Shades of Razzmatazz #EE1258

Tints of Razzmatazz #EE1258

Color information

#EE1258 (or 0xEE1258) is unknown color: approx Razzmatazz. HEX triplet: EE, 12 and 58. RGB value is (238,18,88). Sum of RGB (Red+Green+Blue) = 238+18+88=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1258 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1258 is #11EDA7. Grayscale: #5B5B5B. Windows color (decimal): -1174952 or 5772014. OLE color: 5772014.

HSL color Cylindrical-coordinate representation of color #EE1258: hue angle of 340.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE1258 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB2381888-
CMYK00.920.630.07
HSL340.91º86.61%50.2%-
HSV(B)340.91º92.44%93.33%-
XYZ37.2419.3111-
YUV91.76125.89232.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 69.19%
GREEN value IS 18 (7.42% from 255) = 5.23%
BLUE value IS 88 (34.77% from 255) = 25.58%
R=69.19%
G=5.23%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238188800.920.630.07340.9186.6150.2
HexEE125805C3F71555732
Octal35622130013477752512762
Binary11101110100101011000010111001111111111010101011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1258; }

 p { color: rgb(238,18,88); }

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

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

 a { background-color: rgb(238,18,88); }

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

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

 span { border-color: rgb(238,18,88); }

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