#E00466

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

Shades of Razzmatazz #E00466

Tints of Razzmatazz #E00466

Color information

#E00466 (or 0xE00466) is unknown color: approx Razzmatazz. HEX triplet: E0, 04 and 66. RGB value is (224,4,102). Sum of RGB (Red+Green+Blue) = 224+4+102=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E00466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00466 is #1FFB99. Grayscale: #505050. Windows color (decimal): -2096026 or 6685920. OLE color: 6685920.

HSL color Cylindrical-coordinate representation of color #E00466: hue angle of 333.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E00466 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB2244102-
CMYK00.980.540.12
HSL333.27º96.49%44.71%-
HSV(B)333.27º98.21%87.84%-
XYZ33.1816.8914.08-
YUV80.95139.89230.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.88%
GREEN value IS 4 (1.95% from 255) = 1.21%
BLUE value IS 102 (40.23% from 255) = 30.91%
R=67.88%
G=1.21%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224410200.980.540.12333.2796.4944.71
HexE046606236C14d602d
Octal34041460142661451514055
Binary1110000010011001100110001011011011001010011011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00466; }

 p { color: rgb(224,4,102); }

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

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

 a { background-color: rgb(224,4,102); }

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

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

 span { border-color: rgb(224,4,102); }

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