#EB5184

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

Shades of Dark Pink #EB5184

Tints of Dark Pink #EB5184

Color information

#EB5184 (or 0xEB5184) is unknown color: approx Dark Pink. HEX triplet: EB, 51 and 84. RGB value is (235,81,132). Sum of RGB (Red+Green+Blue) = 235+81+132=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5184 is #14AE7B. Grayscale: #848484. Windows color (decimal): -1355388 or 8671723. OLE color: 8671723.

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

Color convert

RGB23581132-
CMYK00.660.440.08
HSL340.13º79.38%61.96%-
HSV(B)340.13º65.53%92.16%-
XYZ41.3725.2124.52-
YUV132.86127.52200.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.46%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=52.46%
G=18.08%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358113200.660.440.08340.1379.3861.96
HexEB51840422C81544f3e
Octal3531212040102541052411776
Binary111010111010001100001000100001010110010001010101001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5184; }

 p { color: rgb(235,81,132); }

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

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

 a { background-color: rgb(235,81,132); }

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

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

 span { border-color: rgb(235,81,132); }

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