#EB4F75

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

Shades of Dark Pink #EB4F75

Tints of Dark Pink #EB4F75

Color information

#EB4F75 (or 0xEB4F75) is unknown color: approx Dark Pink. HEX triplet: EB, 4F and 75. RGB value is (235,79,117). Sum of RGB (Red+Green+Blue) = 235+79+117=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4F75 is #14B08A. Grayscale: #818181. Windows color (decimal): -1355915 or 7688171. OLE color: 7688171.

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

Color convert

RGB23579117-
CMYK00.660.500.08
HSL345.38º79.59%61.57%-
HSV(B)345.38º66.38%92.16%-
XYZ40.2724.5419.44-
YUV129.98120.68202.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.52%
GREEN value IS 79 (31.25% from 255) = 18.33%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=54.52%
G=18.33%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357911700.660.500.08345.3879.5961.57
HexEB4F75042328159503e
Octal3531171650102621053112076
Binary11101011100111111101010100001011001010001010110011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4F75; }

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

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

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

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

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

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

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

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