#E00069

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

Shades of Razzmatazz #E00069

Tints of Razzmatazz #E00069

Color information

#E00069 (or 0xE00069) is unknown color: approx Razzmatazz. HEX triplet: E0, 00 and 69. RGB value is (224,0,105). Sum of RGB (Red+Green+Blue) = 224+0+105=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E00069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00069 is #1FFF96. Grayscale: #4E4E4E. Windows color (decimal): -2097047 or 6881504. OLE color: 6881504.

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

Color convert

RGB2240105-
CMYK010.530.12
HSL331.88º100%43.92%-
HSV(B)331.88º100%87.84%-
XYZ33.2916.8714.87-
YUV78.95142.71231.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 68.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=68.09%
G=0%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2240105010.530.12331.8810043.92
HexE006906435C14c642c
Octal34001510144651451414454
Binary11100000011010010110010011010111001010011001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00069; }

 p { color: rgb(224,0,105); }

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

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

 a { background-color: rgb(224,0,105); }

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

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

 span { border-color: rgb(224,0,105); }

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