Html Css Color HEX #EB598D Dark Pink

📋 copy color: '#EB598D'

red 235 ◦ green 89 ◦ blue 141

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

Shades of Dark Pink #EB598D

Tints of Dark Pink #EB598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.14%

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

R = 50.54%
G = 19.14%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EB598D (or 0xEB598D) is known color: Dark Pink. HEX triplet: EB, 59 and 8D. RGB value is (235,89,141). Sum of RGB (Red+Green+Blue) = 235+89+141=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB598D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB598D is #14A672. Grayscale: #8A8A8A. Windows color (decimal): -1353331 or 9263595. OLE color: 9263595.

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

Color convert

RGB 235 89 141 -
CMYK 0 0.62 0.4 0.08
HSL 338.63º 0.78% 0.64% -
HSV(B) 338.63º 0.62% 0.92% -
XYZ 42.64 26.73 28.11 -
YUV 138.58 129.37 196.77 -
System Red Green Blue C M Y K H S L
Decimal 235 89 141 0 0.62 0.4 0.08 338.63 0.78 0.64
Hex EB 59 8D 0 3E 28 8 153 4E 40
Octal 353 131 215 0 76 50 10 523 116 100
Binary 11101011 1011001 10001101 0 111110 101000 1000 101010011 1001110 1000000

Color Harmonies of #EB598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB598D

Black with #EB598D

Text Example


Text Example

White with #EB598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB598D; }

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

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

background-color css

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

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

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

border-color css

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

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

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