#eb4f85

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

Shades of Dark Pink #EB4F85

Tints of Dark Pink #EB4F85

Color information

#EB4F85 (or 0xEB4F85) is unknown color: approx Dark Pink. HEX triplet: EB, 4F and 85. RGB value is (235,79,133). Sum of RGB (Red+Green+Blue) = 235+79+133=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB4F85 is #14B07A. Grayscale: #838383. Windows color (decimal): -1355899 or 8736747. OLE color: 8736747.

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

Color convert

RGB23579133-
CMYK00.660.430.08
HSL339.23º79.59%61.57%-
HSV(B)339.23º66.38%92.16%-
XYZ41.2924.9524.83-
YUV131.8128.68201.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.57%
GREEN value IS 79 (31.25% from 255) = 17.67%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=52.57%
G=17.67%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357913300.660.430.08339.2379.5961.57
HexEB4F850422B8153503e
Octal3531172050102531052312076
Binary111010111001111100001010100001010101110001010100111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb4f85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb4f85; }

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

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

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

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

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

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

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

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