#EB4D7E

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

Shades of Dark Pink #EB4D7E

Tints of Dark Pink #EB4D7E

Color information

#EB4D7E (or 0xEB4D7E) is unknown color: approx Dark Pink. HEX triplet: EB, 4D and 7E. RGB value is (235,77,126). Sum of RGB (Red+Green+Blue) = 235+77+126=438 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.65% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4D7E is #14B281. Grayscale: #818181. Windows color (decimal): -1356418 or 8277483. OLE color: 8277483.

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

Color convert

RGB23577126-
CMYK00.670.460.08
HSL341.39º79.8%61.18%-
HSV(B)341.39º67.23%92.16%-
XYZ40.6824.4822.32-
YUV129.83125.85203.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.65%
GREEN value IS 77 (30.47% from 255) = 17.58%
BLUE value IS 126 (49.61% from 255) = 28.77%
R=53.65%
G=17.58%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357712600.670.460.08341.3979.861.18
HexEB4D7E0432E8155503d
Octal3531151760103561052512075
Binary11101011100110111111100100001110111010001010101011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4D7E; }

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

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

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

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

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

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

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

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