#EA5182

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

Shades of Dark Pink #EA5182

Tints of Dark Pink #EA5182

Color information

#EA5182 (or 0xEA5182) is unknown color: approx Dark Pink. HEX triplet: EA, 51 and 82. RGB value is (234,81,130). Sum of RGB (Red+Green+Blue) = 234+81+130=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5182 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5182 is #15AE7D. Grayscale: #848484. Windows color (decimal): -1420926 or 8540650. OLE color: 8540650.

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

Color convert

RGB23481130-
CMYK00.650.440.08
HSL340.78º78.46%61.76%-
HSV(B)340.78º65.38%91.76%-
XYZ40.924.9923.79-
YUV132.33126.69200.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.58%
GREEN value IS 81 (32.03% from 255) = 18.20%
BLUE value IS 130 (51.17% from 255) = 29.21%
R=52.58%
G=18.20%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348113000.650.440.08340.7878.4661.76
HexEA51820412C81554e3e
Octal3521212020101541052511676
Binary111010101010001100000100100000110110010001010101011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5182; }

 p { color: rgb(234,81,130); }

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

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

 a { background-color: rgb(234,81,130); }

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

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

 span { border-color: rgb(234,81,130); }

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