#E61A86

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

Shades of Deep Cerise #E61A86

Tints of Deep Cerise #E61A86

Color information

#E61A86 (or 0xE61A86) is unknown color: approx Deep Cerise. HEX triplet: E6, 1A and 86. RGB value is (230,26,134). Sum of RGB (Red+Green+Blue) = 230+26+134=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61A86 is #19E579. Grayscale: #636363. Windows color (decimal): -1697146 or 8788710. OLE color: 8788710.

HSL color Cylindrical-coordinate representation of color #E61A86: hue angle of 328.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61A86 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB23026134-
CMYK00.890.420.10
HSL328.24º80.31%50.2%-
HSV(B)328.24º88.7%90.2%-
XYZ37.3119.2824.31-
YUV99.31147.59221.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.97%
GREEN value IS 26 (10.55% from 255) = 6.67%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=58.97%
G=6.67%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302613400.890.420.10328.2480.3150.2
HexE61A860592AA1485032
Octal346322060131521251012062
Binary1110011011010100001100101100110101010101010010001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E61A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E61A86; }

 p { color: rgb(230,26,134); }

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

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

 a { background-color: rgb(230,26,134); }

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

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

 span { border-color: rgb(230,26,134); }

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