#E30092

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

Shades of Hollywood Cerise #E30092

Tints of Hollywood Cerise #E30092

Color information

#E30092 (or 0xE30092) is unknown color: approx Hollywood Cerise. HEX triplet: E3, 00 and 92. RGB value is (227,0,146). Sum of RGB (Red+Green+Blue) = 227+0+146=373 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.86% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 227 - color contains mainly: red. Hex color #E30092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30092 is #1CFF6D. Grayscale: #545454. Windows color (decimal): -1900398 or 9568483. OLE color: 9568483.

HSL color Cylindrical-coordinate representation of color #E30092: hue angle of 321.41º 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 #E30092 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB2270146-
CMYK010.360.11
HSL321.41º100%44.51%-
HSV(B)321.41º100%89.02%-
XYZ36.8718.4128.8-
YUV84.52162.71229.63-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 60.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=60.86%
G=0%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2270146010.360.11321.4110044.51
HexE309206424B141642d
Octal34302220144441350114455
Binary111000110100100100110010010010010111010000011100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30092; }

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

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

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

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

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

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

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

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