#EA1790

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

Shades of Deep Pink #EA1790

Tints of Deep Pink #EA1790

Color information

#EA1790 (or 0xEA1790) is unknown color: approx Deep Pink. HEX triplet: EA, 17 and 90. RGB value is (234,23,144). Sum of RGB (Red+Green+Blue) = 234+23+144=401 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.35% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1790 is #15E86F. Grayscale: #636363. Windows color (decimal): -1435760 or 9443306. OLE color: 9443306.

HSL color Cylindrical-coordinate representation of color #EA1790: hue angle of 325.59º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1790 is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB23423144-
CMYK00.900.380.08
HSL325.59º83.4%50.39%-
HSV(B)325.59º90.17%91.76%-
XYZ39.2720.1228.2-
YUV99.88152.9223.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.35%
GREEN value IS 23 (9.38% from 255) = 5.74%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=58.35%
G=5.74%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342314400.900.380.08325.5983.450.39
HexEA179005A2681465332
Octal352272200132461050612362
Binary1110101010111100100000101101010011010001010001101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1790; }

 p { color: rgb(234,23,144); }

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

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

 a { background-color: rgb(234,23,144); }

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

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

 span { border-color: rgb(234,23,144); }

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