#EA0783

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

Shades of Deep Pink #EA0783

Tints of Deep Pink #EA0783

Color information

#EA0783 (or 0xEA0783) is unknown color: approx Deep Pink. HEX triplet: EA, 07 and 83. RGB value is (234,7,131). Sum of RGB (Red+Green+Blue) = 234+7+131=372 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.90% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0783 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0783 is #15F87C. Grayscale: #585858. Windows color (decimal): -1439869 or 8587242. OLE color: 8587242.

HSL color Cylindrical-coordinate representation of color #EA0783: hue angle of 327.22º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA0783 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB2347131-
CMYK00.970.440.08
HSL327.22º94.19%47.25%-
HSV(B)327.22º97.01%91.76%-
XYZ38.119.2823.19-
YUV89.01151.71231.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 62.90%
GREEN value IS 7 (3.12% from 255) = 1.88%
BLUE value IS 131 (51.56% from 255) = 35.22%
R=62.90%
G=1.88%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234713100.970.440.08327.2294.1947.25
HexEA7830612C81475e2f
Octal35272030141541050713657
Binary11101010111100000110110000110110010001010001111011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0783; }

 p { color: rgb(234,7,131); }

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

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

 a { background-color: rgb(234,7,131); }

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

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

 span { border-color: rgb(234,7,131); }

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