#E90150

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

Shades of Razzmatazz #E90150

Tints of Razzmatazz #E90150

Color information

#E90150 (or 0xE90150) is unknown color: approx Razzmatazz. HEX triplet: E9, 01 and 50. RGB value is (233,1,80). Sum of RGB (Red+Green+Blue) = 233+1+80=314 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.20% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 233 - color contains mainly: red. Hex color #E90150 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E90150 is #16FEAF. Grayscale: #4F4F4F. Windows color (decimal): -1506992 or 5243369. OLE color: 5243369.

HSL color Cylindrical-coordinate representation of color #E90150: hue angle of 339.57º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90150 is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB233180-
CMYK01.000.660.09
HSL339.57º99.15%45.88%-
HSV(B)339.57º99.57%91.37%-
XYZ35.0617.929.2-
YUV79.37128.36237.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 74.20%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=74.20%
G=0.32%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23318001.000.660.09339.5799.1545.88
HexE9150064429154632e
Octal351112001441021152414356
Binary111010011101000001100100100001010011010101001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90150; }

 p { color: rgb(233,1,80); }

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

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

 a { background-color: rgb(233,1,80); }

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

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

 span { border-color: rgb(233,1,80); }

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