#E00265

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

Shades of Razzmatazz #E00265

Tints of Razzmatazz #E00265

Color information

#E00265 (or 0xE00265) is unknown color: approx Razzmatazz. HEX triplet: E0, 02 and 65. RGB value is (224,2,101). Sum of RGB (Red+Green+Blue) = 224+2+101=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E00265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00265 is #1FFD9A. Grayscale: #4F4F4F. Windows color (decimal): -2096539 or 6619872. OLE color: 6619872.

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

Color convert

RGB2242101-
CMYK00.990.550.12
HSL333.24º98.23%44.31%-
HSV(B)333.24º99.11%87.84%-
XYZ33.1116.8313.82-
YUV79.66140.05230.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 68.50%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 101 (39.84% from 255) = 30.89%
R=68.50%
G=0.61%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224210100.990.550.12333.2498.2344.31
HexE026506337C14d622c
Octal34021450143671451514254
Binary111000001011001010110001111011111001010011011100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00265; }

 p { color: rgb(224,2,101); }

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

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

 a { background-color: rgb(224,2,101); }

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

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

 span { border-color: rgb(224,2,101); }

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