#E40398

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

Shades of Hollywood Cerise #E40398

Tints of Hollywood Cerise #E40398

Color information

#E40398 (or 0xE40398) is unknown color: approx Hollywood Cerise. HEX triplet: E4, 03 and 98. RGB value is (228,3,152). Sum of RGB (Red+Green+Blue) = 228+3+152=383 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.53% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 228 - color contains mainly: red. Hex color #E40398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E40398 is #1BFC67. Grayscale: #565656. Windows color (decimal): -1834088 or 9962468. OLE color: 9962468.

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

Color convert

RGB2283152-
CMYK00.990.330.11
HSL320.27º97.4%45.29%-
HSV(B)320.27º98.68%89.41%-
XYZ37.6918.8331.35-
YUV87.26164.54228.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 59.53%
GREEN value IS 3 (1.56% from 255) = 0.78%
BLUE value IS 152 (59.77% from 255) = 39.69%
R=59.53%
G=0.78%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal228315200.990.330.11320.2797.445.29
HexE439806321B140612d
Octal34432300143411350014155
Binary1110010011100110000110001110000110111010000001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E40398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E40398; }

 p { color: rgb(228,3,152); }

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

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

 a { background-color: rgb(228,3,152); }

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

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

 span { border-color: rgb(228,3,152); }

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