#EA1684

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

Shades of Deep Pink #EA1684

Tints of Deep Pink #EA1684

Color information

#EA1684 (or 0xEA1684) is unknown color: approx Deep Pink. HEX triplet: EA, 16 and 84. RGB value is (234,22,132). Sum of RGB (Red+Green+Blue) = 234+22+132=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1684 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1684 is #15E97B. Grayscale: #616161. Windows color (decimal): -1436028 or 8656618. OLE color: 8656618.

HSL color Cylindrical-coordinate representation of color #EA1684: hue angle of 328.87º degrees, saturation: 0.83, 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 #EA1684 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB23422132-
CMYK00.910.440.08
HSL328.87º83.46%50.2%-
HSV(B)328.87º90.6%91.76%-
XYZ38.3819.7323.62-
YUV97.93147.24225.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60.31%
GREEN value IS 22 (8.98% from 255) = 5.67%
BLUE value IS 132 (51.95% from 255) = 34.02%
R=60.31%
G=5.67%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342213200.910.440.08328.8783.4650.2
HexEA168405B2C81495332
Octal352262040133541051112362
Binary1110101010110100001000101101110110010001010010011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1684; }

 p { color: rgb(234,22,132); }

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

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

 a { background-color: rgb(234,22,132); }

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

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

 span { border-color: rgb(234,22,132); }

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