#E6084D

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

Shades of Razzmatazz #E6084D

Tints of Razzmatazz #E6084D

Color information

#E6084D (or 0xE6084D) is unknown color: approx Razzmatazz. HEX triplet: E6, 08 and 4D. RGB value is (230,8,77). Sum of RGB (Red+Green+Blue) = 230+8+77=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E6084D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6084D is #19F7B2. Grayscale: #525252. Windows color (decimal): -1701811 or 5048550. OLE color: 5048550.

HSL color Cylindrical-coordinate representation of color #E6084D: hue angle of 341.35º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6084D is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB230877-
CMYK00.970.670.10
HSL341.35º93.28%46.67%-
HSV(B)341.35º96.52%90.2%-
XYZ34.0617.538.61-
YUV82.24125.05233.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 73.02%
GREEN value IS 8 (3.52% from 255) = 2.54%
BLUE value IS 77 (30.47% from 255) = 24.44%
R=73.02%
G=2.54%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23087700.970.670.10341.3593.2846.67
HexE684D06143A1555d2f
Octal3461011501411031252513557
Binary111001101000100110101100001100001110101010101011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6084D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6084D; }

 p { color: rgb(230,8,77); }

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

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

 a { background-color: rgb(230,8,77); }

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

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

 span { border-color: rgb(230,8,77); }

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