#E10B4F

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

Shades of Razzmatazz #E10B4F

Tints of Razzmatazz #E10B4F

Color information

#E10B4F (or 0xE10B4F) is unknown color: approx Razzmatazz. HEX triplet: E1, 0B and 4F. RGB value is (225,11,79). Sum of RGB (Red+Green+Blue) = 225+11+79=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10B4F is #1EF4B0. Grayscale: #525252. Windows color (decimal): -2028721 or 5180385. OLE color: 5180385.

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

Color convert

RGB2251179-
CMYK00.950.650.12
HSL340.93º90.68%46.27%-
HSV(B)340.93º95.11%88.24%-
XYZ32.5816.818.92-
YUV82.74125.9229.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 71.43%
GREEN value IS 11 (4.69% from 255) = 3.49%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=71.43%
G=3.49%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225117900.950.650.12340.9390.6846.27
HexE1B4F05F41C1555b2e
Octal3411311701371011452513356
Binary111000011011100111101011111100000111001010101011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10B4F; }

 p { color: rgb(225,11,79); }

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

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

 a { background-color: rgb(225,11,79); }

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

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

 span { border-color: rgb(225,11,79); }

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