#EB5D94

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

Shades of Dark Pink #EB5D94

Tints of Dark Pink #EB5D94

Color information

#EB5D94 (or 0xEB5D94) is unknown color: approx Dark Pink. HEX triplet: EB, 5D and 94. RGB value is (235,93,148). Sum of RGB (Red+Green+Blue) = 235+93+148=476 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.37% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5D94 is #14A26B. Grayscale: #8D8D8D. Windows color (decimal): -1352300 or 9723371. OLE color: 9723371.

HSL color Cylindrical-coordinate representation of color #EB5D94: hue angle of 336.76º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5D94 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB23593148-
CMYK00.600.370.08
HSL336.76º78.02%64.31%-
HSV(B)336.76º60.43%92.16%-
XYZ43.5227.6331.06-
YUV141.73131.54194.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.37%
GREEN value IS 93 (36.72% from 255) = 19.54%
BLUE value IS 148 (58.20% from 255) = 31.09%
R=49.37%
G=19.54%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359314800.600.370.08336.7678.0264.31
HexEB5D9403C2581514e40
Octal3531352240744510521116100
Binary111010111011101100101000111100100101100010101000110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5D94; }

 p { color: rgb(235,93,148); }

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

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

 a { background-color: rgb(235,93,148); }

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

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

 span { border-color: rgb(235,93,148); }

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