Html Css Color HEX #EB587C Dark Pink

📋 copy color: '#EB587C'

red 235 ◦ green 88 ◦ blue 124

#EB587C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #EB587C

Tints of Dark Pink #EB587C

RGB

 RED value IS 235 (92.19% from 255) = 52.57%

 GREEN value IS 88 (34.77% from 255) = 19.69%

 BLUE value IS 124 (48.83% from 255) = 27.74%

R = 52.57%
G = 19.69%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB587C (or 0xEB587C) is known color: Dark Pink. HEX triplet: EB, 58 and 7C. RGB value is (235,88,124). Sum of RGB (Red+Green+Blue) = 235+88+124=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB587C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB587C is #14A783. Grayscale: #888888. Windows color (decimal): -1353604 or 8149227. OLE color: 8149227.

HSL color Cylindrical-coordinate representation of color #EB587C: hue angle of 345.31º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EB587C is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 88 124 -
CMYK 0 0.63 0.47 0.08
HSL 345.31º 0.79% 0.63% -
HSV(B) 345.31º 0.63% 0.92% -
XYZ 41.39 26.1 21.92 -
YUV 136.06 121.2 198.57 -
System Red Green Blue C M Y K H S L
Decimal 235 88 124 0 0.63 0.47 0.08 345.31 0.79 0.63
Hex EB 58 7C 0 3F 2F 8 159 4F 3F
Octal 353 130 174 0 77 57 10 531 117 77
Binary 11101011 1011000 1111100 0 111111 101111 1000 101011001 1001111 111111

Color Harmonies of #EB587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB587C

Black with #EB587C

Text Example


Text Example

White with #EB587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB587C; }

 p { color: rgb(235,88,124); }

 H1.HeaderClassName
 {
   color: #EB587C;
 }
 .AnyTagClassName
 {
   color: #EB587C;
 }
</style>

background-color css

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

 a { background-color: rgb(235,88,124); }

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

border-color css

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

 span { border-color: rgb(235,88,124); }

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