#EA159B

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

Shades of Deep Pink #EA159B

Tints of Deep Pink #EA159B

Color information

#EA159B (or 0xEA159B) is unknown color: approx Deep Pink. HEX triplet: EA, 15 and 9B. RGB value is (234,21,155). Sum of RGB (Red+Green+Blue) = 234+21+155=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA159B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA159B is #15EA64. Grayscale: #636363. Windows color (decimal): -1436261 or 10163690. OLE color: 10163690.

HSL color Cylindrical-coordinate representation of color #EA159B: hue angle of 322.25º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA159B is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB23421155-
CMYK00.910.340.08
HSL322.25º83.53%50%-
HSV(B)322.25º91.03%91.76%-
XYZ40.1220.432.83-
YUV99.96159.07223.6-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.07%
GREEN value IS 21 (8.59% from 255) = 5.12%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=57.07%
G=5.12%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342115500.910.340.08322.2583.5350
HexEA159B05B2281425432
Octal352252330133421050212462
Binary1110101010101100110110101101110001010001010000101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA159B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA159B; }

 p { color: rgb(234,21,155); }

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

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

 a { background-color: rgb(234,21,155); }

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

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

 span { border-color: rgb(234,21,155); }

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