#EE124C

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

Shades of Razzmatazz #EE124C

Tints of Razzmatazz #EE124C

Color information

#EE124C (or 0xEE124C) is unknown color: approx Razzmatazz. HEX triplet: EE, 12 and 4C. RGB value is (238,18,76). Sum of RGB (Red+Green+Blue) = 238+18+76=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE124C is #11EDB3. Grayscale: #5A5A5A. Windows color (decimal): -1174964 or 4985582. OLE color: 4985582.

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

Color convert

RGB2381876-
CMYK00.920.680.07
HSL344.18º86.61%50.2%-
HSV(B)344.18º92.44%93.33%-
XYZ36.7819.138.59-
YUV90.39119.89233.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 71.69%
GREEN value IS 18 (7.42% from 255) = 5.42%
BLUE value IS 76 (30.08% from 255) = 22.89%
R=71.69%
G=5.42%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238187600.920.680.07344.1886.6150.2
HexEE124C05C4471585732
Octal356221140134104753012762
Binary111011101001010011000101110010001001111010110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE124C; }

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

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

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

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

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

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

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

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