#eb4f7e

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

Shades of Dark Pink #EB4F7E

Tints of Dark Pink #EB4F7E

Color information

#EB4F7E (or 0xEB4F7E) is unknown color: approx Dark Pink. HEX triplet: EB, 4F and 7E. RGB value is (235,79,126). Sum of RGB (Red+Green+Blue) = 235+79+126=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 79 (31.25% from 255 or 17.95% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4F7E is #14B081. Grayscale: #828282. Windows color (decimal): -1355906 or 8277995. OLE color: 8277995.

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

Color convert

RGB23579126-
CMYK00.660.460.08
HSL341.92º79.59%61.57%-
HSV(B)341.92º66.38%92.16%-
XYZ40.8224.7622.37-
YUV131125.18202.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.41%
GREEN value IS 79 (31.25% from 255) = 17.95%
BLUE value IS 126 (49.61% from 255) = 28.64%
R=53.41%
G=17.95%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357912600.660.460.08341.9279.5961.57
HexEB4F7E0422E8156503e
Octal3531171760102561052612076
Binary11101011100111111111100100001010111010001010101101010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb4f7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb4f7e; }

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

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

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

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

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

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

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

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