#EB4F81

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

Shades of Dark Pink #EB4F81

Tints of Dark Pink #EB4F81

Color information

#EB4F81 (or 0xEB4F81) is unknown color: approx Dark Pink. HEX triplet: EB, 4F and 81. RGB value is (235,79,129). Sum of RGB (Red+Green+Blue) = 235+79+129=443 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.05% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4F81 is #14B07E. Grayscale: #838383. Windows color (decimal): -1355903 or 8474603. OLE color: 8474603.

HSL color Cylindrical-coordinate representation of color #EB4F81: hue angle of 340.77º degrees, saturation: 0.8, 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 #EB4F81 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB23579129-
CMYK00.660.450.08
HSL340.77º79.59%61.57%-
HSV(B)340.77º66.38%92.16%-
XYZ41.0224.8423.4-
YUV131.34126.68201.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.05%
GREEN value IS 79 (31.25% from 255) = 17.83%
BLUE value IS 129 (50.78% from 255) = 29.12%
R=53.05%
G=17.83%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357912900.660.450.08340.7779.5961.57
HexEB4F810422D8155503e
Octal3531172010102551052512076
Binary111010111001111100000010100001010110110001010101011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4F81; }

 p { color: rgb(235,79,129); }

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

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

 a { background-color: rgb(235,79,129); }

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

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

 span { border-color: rgb(235,79,129); }

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