Html Css Color HEX #EB598C Dark Pink

📋 copy color: '#EB598C'

red 235 ◦ green 89 ◦ blue 140

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

Shades of Dark Pink #EB598C

Tints of Dark Pink #EB598C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 50.65%
G = 19.18%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB598C (or 0xEB598C) is known color: Dark Pink. HEX triplet: EB, 59 and 8C. RGB value is (235,89,140). Sum of RGB (Red+Green+Blue) = 235+89+140=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB598C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB598C is #14A673. Grayscale: #8A8A8A. Windows color (decimal): -1353332 or 9198059. OLE color: 9198059.

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

Color convert

RGB 235 89 140 -
CMYK 0 0.62 0.40 0.08
HSL 339.04º 0.78% 0.64% -
HSV(B) 339.04º 0.62% 0.92% -
XYZ 42.57 26.7 27.72 -
YUV 138.47 128.87 196.85 -
System Red Green Blue C M Y K H S L
Decimal 235 89 140 0 0.62 0.40 0.08 339.04 0.78 0.64
Hex EB 59 8C 0 3E 28 8 153 4E 40
Octal 353 131 214 0 76 50 10 523 116 100
Binary 11101011 1011001 10001100 0 111110 101000 1000 101010011 1001110 1000000

Color Harmonies of #EB598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB598C

Black with #EB598C

Text Example


Text Example

White with #EB598C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB598C; }

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

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

background-color css

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

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

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

border-color css

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

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

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