#E7124F

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

Shades of Razzmatazz #E7124F

Tints of Razzmatazz #E7124F

Color information

#E7124F (or 0xE7124F) is unknown color: approx Razzmatazz. HEX triplet: E7, 12 and 4F. RGB value is (231,18,79). Sum of RGB (Red+Green+Blue) = 231+18+79=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E7124F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E7124F is #18EDB0. Grayscale: #585858. Windows color (decimal): -1633713 or 5182183. OLE color: 5182183.

HSL color Cylindrical-coordinate representation of color #E7124F: hue angle of 342.82º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7124F is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB2311879-
CMYK00.920.660.09
HSL342.82º85.54%48.82%-
HSV(B)342.82º92.21%90.59%-
XYZ34.5817.999.05-
YUV88.64122.57229.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 70.43%
GREEN value IS 18 (7.42% from 255) = 5.49%
BLUE value IS 79 (31.25% from 255) = 24.09%
R=70.43%
G=5.49%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231187900.920.660.09342.8285.5448.82
HexE7124F05C4291575631
Octal3472211701341021152712661
Binary1110011110010100111101011100100001010011010101111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7124F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7124F; }

 p { color: rgb(231,18,79); }

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

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

 a { background-color: rgb(231,18,79); }

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

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

 span { border-color: rgb(231,18,79); }

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