#E6134E

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

Shades of Razzmatazz #E6134E

Tints of Razzmatazz #E6134E

Color information

#E6134E (or 0xE6134E) is unknown color: approx Razzmatazz. HEX triplet: E6, 13 and 4E. RGB value is (230,19,78). Sum of RGB (Red+Green+Blue) = 230+19+78=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E6134E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6134E is #19ECB1. Grayscale: #585858. Windows color (decimal): -1698994 or 5116902. OLE color: 5116902.

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

Color convert

RGB2301978-
CMYK00.920.660.10
HSL343.22º84.74%48.82%-
HSV(B)343.22º91.74%90.2%-
XYZ34.2417.848.85-
YUV88.82121.9228.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 70.34%
GREEN value IS 19 (7.81% from 255) = 5.81%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=70.34%
G=5.81%
B=23.85%

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
Decimal230197800.920.660.10343.2284.7448.82
HexE6134E05C42A1575531
Octal3462311601341021252712561
Binary1110011010011100111001011100100001010101010101111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6134E; }

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

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

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

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

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

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

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

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