#E30051

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

Shades of Razzmatazz #E30051

Tints of Razzmatazz #E30051

Color information

#E30051 (or 0xE30051) is unknown color: approx Razzmatazz. HEX triplet: E3, 00 and 51. RGB value is (227,0,81). Sum of RGB (Red+Green+Blue) = 227+0+81=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E30051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30051 is #1CFFAE. Grayscale: #4D4D4D. Windows color (decimal): -1900463 or 5308643. OLE color: 5308643.

HSL color Cylindrical-coordinate representation of color #E30051: hue angle of 338.59º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30051 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB227081-
CMYK010.640.11
HSL338.59º100%44.51%-
HSV(B)338.59º100%89.02%-
XYZ33.1616.929.3-
YUV77.11130.21234.91-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 73.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 26.30%
R=73.70%
G=0%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227081010.640.11338.5910044.51
HexE305106440B153642d
Octal343012101441001352314455
Binary111000110101000101100100100000010111010100111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30051; }

 p { color: rgb(227,0,81); }

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

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

 a { background-color: rgb(227,0,81); }

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

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

 span { border-color: rgb(227,0,81); }

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