#E30B92

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

Shades of Hollywood Cerise #E30B92

Tints of Hollywood Cerise #E30B92

Color information

#E30B92 (or 0xE30B92) is unknown color: approx Hollywood Cerise. HEX triplet: E3, 0B and 92. RGB value is (227,11,146). Sum of RGB (Red+Green+Blue) = 227+11+146=384 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.11% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30B92 is #1CF46D. Grayscale: #5A5A5A. Windows color (decimal): -1897582 or 9571299. OLE color: 9571299.

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

Color convert

RGB22711146-
CMYK00.950.360.11
HSL322.5º90.76%46.67%-
HSV(B)322.5º95.15%89.02%-
XYZ36.9918.6528.84-
YUV90.97159.06225.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 59.11%
GREEN value IS 11 (4.69% from 255) = 2.86%
BLUE value IS 146 (57.42% from 255) = 38.02%
R=59.11%
G=2.86%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271114600.950.360.11322.590.7646.67
HexE3B9205F24B1425b2f
Octal343132220137441350213357
Binary111000111011100100100101111110010010111010000101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30B92; }

 p { color: rgb(227,11,146); }

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

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

 a { background-color: rgb(227,11,146); }

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

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

 span { border-color: rgb(227,11,146); }

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