#E10360

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

Shades of Razzmatazz #E10360

Tints of Razzmatazz #E10360

Color information

#E10360 (or 0xE10360) is unknown color: approx Razzmatazz. HEX triplet: E1, 03 and 60. RGB value is (225,3,96). Sum of RGB (Red+Green+Blue) = 225+3+96=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 3 (1.56% from 255 or 0.93% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E10360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10360 is #1EFC9F. Grayscale: #4F4F4F. Windows color (decimal): -2030752 or 6292449. OLE color: 6292449.

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

Color convert

RGB225396-
CMYK00.990.570.12
HSL334.86º97.37%44.71%-
HSV(B)334.86º98.67%88.24%-
XYZ33.216.9212.58-
YUV79.98137.05231.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 69.44%
GREEN value IS 3 (1.56% from 255) = 0.93%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=69.44%
G=0.93%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22539600.990.570.12334.8697.3744.71
HexE136006339C14f612d
Octal34131400143711451714155
Binary111000011111000000110001111100111001010011111100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10360; }

 p { color: rgb(225,3,96); }

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

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

 a { background-color: rgb(225,3,96); }

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

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

 span { border-color: rgb(225,3,96); }

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