Html Css Color HEX #EB588D Dark Pink

📋 copy color: '#EB588D'

red 235 ◦ green 88 ◦ blue 141

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

Shades of Dark Pink #EB588D

Tints of Dark Pink #EB588D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 50.65%
G = 18.97%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB588D (or 0xEB588D) is known color: Dark Pink. HEX triplet: EB, 58 and 8D. RGB value is (235,88,141). Sum of RGB (Red+Green+Blue) = 235+88+141=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB588D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB588D is #14A772. Grayscale: #898989. Windows color (decimal): -1353587 or 9263339. OLE color: 9263339.

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

Color convert

RGB 235 88 141 -
CMYK 0 0.63 0.4 0.08
HSL 338.37º 0.79% 0.63% -
HSV(B) 338.37º 0.63% 0.92% -
XYZ 42.56 26.56 28.08 -
YUV 138 129.7 197.19 -
System Red Green Blue C M Y K H S L
Decimal 235 88 141 0 0.63 0.4 0.08 338.37 0.79 0.63
Hex EB 58 8D 0 3F 28 8 152 4F 3F
Octal 353 130 215 0 77 50 10 522 117 77
Binary 11101011 1011000 10001101 0 111111 101000 1000 101010010 1001111 111111

Color Harmonies of #EB588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB588D

Black with #EB588D

Text Example


Text Example

White with #EB588D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB588D; }

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

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

background-color css

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

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

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

border-color css

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

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

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