#EB607F

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

Shades of Dark Pink #EB607F

Tints of Dark Pink #EB607F

Color information

#EB607F (or 0xEB607F) is unknown color: approx Dark Pink. HEX triplet: EB, 60 and 7F. RGB value is (235,96,127). Sum of RGB (Red+Green+Blue) = 235+96+127=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB607F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB607F is #149F80. Grayscale: #8D8D8D. Windows color (decimal): -1351553 or 8347883. OLE color: 8347883.

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

Color convert

RGB23596127-
CMYK00.590.460.08
HSL346.62º77.65%64.9%-
HSV(B)346.62º59.15%92.16%-
XYZ42.2727.5623.17-
YUV141.1120.05194.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.31%
GREEN value IS 96 (37.89% from 255) = 20.96%
BLUE value IS 127 (50% from 255) = 27.73%
R=51.31%
G=20.96%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359612700.590.460.08346.6277.6564.9
HexEB607F03B2E815b4e41
Octal3531401770735610533116101
Binary11101011110000011111110111011101110100010101101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB607F; }

 p { color: rgb(235,96,127); }

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

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

 a { background-color: rgb(235,96,127); }

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

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

 span { border-color: rgb(235,96,127); }

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