#E10866

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

Shades of Razzmatazz #E10866

Tints of Razzmatazz #E10866

Color information

#E10866 (or 0xE10866) is unknown color: approx Razzmatazz. HEX triplet: E1, 08 and 66. RGB value is (225,8,102). Sum of RGB (Red+Green+Blue) = 225+8+102=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E10866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10866 is #1EF799. Grayscale: #535353. Windows color (decimal): -2029466 or 6686945. OLE color: 6686945.

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

Color convert

RGB2258102-
CMYK00.960.550.12
HSL334.01º93.13%45.69%-
HSV(B)334.01º96.44%88.24%-
XYZ33.5417.1414.11-
YUV83.6138.39228.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 67.16%
GREEN value IS 8 (3.52% from 255) = 2.39%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=67.16%
G=2.39%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225810200.960.550.12334.0193.1345.69
HexE186606037C14e5d2e
Octal341101460140671451613556
Binary11100001100011001100110000011011111001010011101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10866; }

 p { color: rgb(225,8,102); }

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

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

 a { background-color: rgb(225,8,102); }

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

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

 span { border-color: rgb(225,8,102); }

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