#E30D9F

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

Shades of Hollywood Cerise #E30D9F

Tints of Hollywood Cerise #E30D9F

Color information

#E30D9F (or 0xE30D9F) is unknown color: approx Hollywood Cerise. HEX triplet: E3, 0D and 9F. RGB value is (227,13,159). Sum of RGB (Red+Green+Blue) = 227+13+159=399 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.89% from 399); Green value is 13 (5.47% from 255 or 3.26% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 227 - color contains mainly: red. Hex color #E30D9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30D9F is #1CF260. Grayscale: #5D5D5D. Windows color (decimal): -1897057 or 10423779. OLE color: 10423779.

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

Color convert

RGB22713159-
CMYK00.940.300.11
HSL319.07º89.17%47.06%-
HSV(B)319.07º94.27%89.02%-
XYZ38.0819.1234.48-
YUV93.63164.9223.13-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.89%
GREEN value IS 13 (5.47% from 255) = 3.26%
BLUE value IS 159 (62.5% from 255) = 39.85%
R=56.89%
G=3.26%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271315900.940.300.11319.0789.1747.06
HexE3D9F05E1EB13f592f
Octal343152370136361347713157
Binary11100011110110011111010111101111010111001111111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E30D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E30D9F; }

 p { color: rgb(227,13,159); }

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

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

 a { background-color: rgb(227,13,159); }

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

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

 span { border-color: rgb(227,13,159); }

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