#E6134F

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

Shades of Razzmatazz #E6134F

Tints of Razzmatazz #E6134F

Color information

#E6134F (or 0xE6134F) is unknown color: approx Razzmatazz. HEX triplet: E6, 13 and 4F. RGB value is (230,19,79). Sum of RGB (Red+Green+Blue) = 230+19+79=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E6134F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6134F is #19ECB0. Grayscale: #585858. Windows color (decimal): -1698993 or 5182438. OLE color: 5182438.

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

Color convert

RGB2301979-
CMYK00.920.660.10
HSL342.94º84.74%48.82%-
HSV(B)342.94º91.74%90.2%-
XYZ34.2817.859.04-
YUV88.93122.4228.62-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 70.12%
GREEN value IS 19 (7.81% from 255) = 5.79%
BLUE value IS 79 (31.25% from 255) = 24.09%
R=70.12%
G=5.79%
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.10
SystemRedGreenBlueCMYKHSL
Decimal230197900.920.660.10342.9484.7448.82
HexE6134F05C42A1575531
Octal3462311701341021252712561
Binary1110011010011100111101011100100001010101010101111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6134F; }

 p { color: rgb(230,19,79); }

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

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

 a { background-color: rgb(230,19,79); }

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

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

 span { border-color: rgb(230,19,79); }

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