#E613A9

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

Shades of Hollywood Cerise #E613A9

Tints of Hollywood Cerise #E613A9

Color information

#E613A9 (or 0xE613A9) is unknown color: approx Hollywood Cerise. HEX triplet: E6, 13 and A9. RGB value is (230,19,169). Sum of RGB (Red+Green+Blue) = 230+19+169=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 19 (7.81% from 255 or 4.55% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E613A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E613A9 is #19EC56. Grayscale: #626262. Windows color (decimal): -1698903 or 11080678. OLE color: 11080678.

HSL color Cylindrical-coordinate representation of color #E613A9: hue angle of 317.35º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E613A9 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB23019169-
CMYK00.920.270.10
HSL317.35º84.74%48.82%-
HSV(B)317.35º91.74%90.2%-
XYZ40.0320.1539.32-
YUV99.19167.4221.3-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.02%
GREEN value IS 19 (7.81% from 255) = 4.55%
BLUE value IS 169 (66.41% from 255) = 40.43%
R=55.02%
G=4.55%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301916900.920.270.10317.3584.7448.82
HexE613A905C1BA13d5531
Octal346232510134331247512561
Binary111001101001110101001010111001101110101001111011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E613A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E613A9; }

 p { color: rgb(230,19,169); }

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

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

 a { background-color: rgb(230,19,169); }

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

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

 span { border-color: rgb(230,19,169); }

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