#E20F50

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

Shades of Razzmatazz #E20F50

Tints of Razzmatazz #E20F50

Color information

#E20F50 (or 0xE20F50) is unknown color: approx Razzmatazz. HEX triplet: E2, 0F and 50. RGB value is (226,15,80). Sum of RGB (Red+Green+Blue) = 226+15+80=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E20F50 is #1DF0AF. Grayscale: #555555. Windows color (decimal): -1962160 or 5246946. OLE color: 5246946.

HSL color Cylindrical-coordinate representation of color #E20F50: hue angle of 341.52º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E20F50 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB2261580-
CMYK00.930.650.11
HSL341.52º87.55%47.25%-
HSV(B)341.52º93.36%88.63%-
XYZ32.9817.099.15-
YUV85.5124.9228.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 70.40%
GREEN value IS 15 (6.25% from 255) = 4.67%
BLUE value IS 80 (31.64% from 255) = 24.92%
R=70.40%
G=4.67%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226158000.930.650.11341.5287.5547.25
HexE2F5005D41B156582f
Octal3421712001351011352613057
Binary111000101111101000001011101100000110111010101101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20F50; }

 p { color: rgb(226,15,80); }

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

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

 a { background-color: rgb(226,15,80); }

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

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

 span { border-color: rgb(226,15,80); }

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