#E00B5F

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

Shades of Razzmatazz #E00B5F

Tints of Razzmatazz #E00B5F

Color information

#E00B5F (or 0xE00B5F) is unknown color: approx Razzmatazz. HEX triplet: E0, 0B and 5F. RGB value is (224,11,95). Sum of RGB (Red+Green+Blue) = 224+11+95=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E00B5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00B5F is #1FF4A0. Grayscale: #545454. Windows color (decimal): -2094241 or 6228960. OLE color: 6228960.

HSL color Cylindrical-coordinate representation of color #E00B5F: hue angle of 336.34º 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 #E00B5F is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB2241195-
CMYK00.950.580.12
HSL336.34º90.64%46.08%-
HSV(B)336.34º95.09%87.84%-
XYZ32.9316.9112.36-
YUV84.26134.07227.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 67.88%
GREEN value IS 11 (4.69% from 255) = 3.33%
BLUE value IS 95 (37.5% from 255) = 28.79%
R=67.88%
G=3.33%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224119500.950.580.12336.3490.6446.08
HexE0B5F05F3AC1505b2e
Octal340131370137721452013356
Binary11100000101110111110101111111101011001010100001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00B5F; }

 p { color: rgb(224,11,95); }

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

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

 a { background-color: rgb(224,11,95); }

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

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

 span { border-color: rgb(224,11,95); }

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