#eb4b74

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

Shades of Dark Pink #EB4B74

Tints of Dark Pink #EB4B74

Color information

#EB4B74 (or 0xEB4B74) is unknown color: approx Dark Pink. HEX triplet: EB, 4B and 74. RGB value is (235,75,116). Sum of RGB (Red+Green+Blue) = 235+75+116=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4B74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4B74 is #14B48B. Grayscale: #7F7F7F. Windows color (decimal): -1356940 or 7621611. OLE color: 7621611.

HSL color Cylindrical-coordinate representation of color #EB4B74: hue angle of 344.62º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB4B74 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB23575116-
CMYK00.680.510.08
HSL344.62º80%60.78%-
HSV(B)344.62º68.09%92.16%-
XYZ39.9323.9619.04-
YUV127.51121.51204.67-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 55.16%
GREEN value IS 75 (29.69% from 255) = 17.61%
BLUE value IS 116 (45.70% from 255) = 27.23%
R=55.16%
G=17.61%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357511600.680.510.08344.628060.78
HexEB4B74044338159503d
Octal3531131640104631053112075
Binary11101011100101111101000100010011001110001010110011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb4b74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb4b74; }

 p { color: rgb(235,75,116); }

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

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

 a { background-color: rgb(235,75,116); }

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

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

 span { border-color: rgb(235,75,116); }

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