#e61a8e

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

Shades of Deep Pink #E61A8E

Tints of Deep Pink #E61A8E

Color information

#E61A8E (or 0xE61A8E) is unknown color: approx Deep Pink. HEX triplet: E6, 1A and 8E. RGB value is (230,26,142). Sum of RGB (Red+Green+Blue) = 230+26+142=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61A8E is #19E571. Grayscale: #636363. Windows color (decimal): -1697138 or 9312998. OLE color: 9312998.

HSL color Cylindrical-coordinate representation of color #E61A8E: hue angle of 325.88º 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 #E61A8E is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB23026142-
CMYK00.890.380.10
HSL325.88º80.31%50.2%-
HSV(B)325.88º88.7%90.2%-
XYZ37.8919.5127.36-
YUV100.22151.59220.57-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 57.79%
GREEN value IS 26 (10.55% from 255) = 6.53%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=57.79%
G=6.53%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302614200.890.380.10325.8880.3150.2
HexE61A8E05926A1465032
Octal346322160131461250612062
Binary1110011011010100011100101100110011010101010001101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e61a8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e61a8e; }

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

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

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

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

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

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

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

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