Html Css Color HEX #EB598E Dark Pink

📋 copy color: '#EB598E'

red 235 ◦ green 89 ◦ blue 142

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

Shades of Dark Pink #EB598E

Tints of Dark Pink #EB598E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.47%

R = 50.43%
G = 19.1%
B = 30.47%

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

#EB598E (or 0xEB598E) is known color: Dark Pink. HEX triplet: EB, 59 and 8E. RGB value is (235,89,142). Sum of RGB (Red+Green+Blue) = 235+89+142=466 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.43% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 235 - color contains mainly: red. Hex color #EB598E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB598E is #14A671. Grayscale: #8A8A8A. Windows color (decimal): -1353330 or 9329131. OLE color: 9329131.

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

Color convert

RGB 235 89 142 -
CMYK 0 0.62 0.40 0.08
HSL 338.22º 0.78% 0.64% -
HSV(B) 338.22º 0.62% 0.92% -
XYZ 42.72 26.76 28.51 -
YUV 138.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 235 89 142 0 0.62 0.40 0.08 338.22 0.78 0.64
Hex EB 59 8E 0 3E 28 8 152 4E 40
Octal 353 131 216 0 76 50 10 522 116 100
Binary 11101011 1011001 10001110 0 111110 101000 1000 101010010 1001110 1000000

Color Harmonies of #EB598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB598E

Black with #EB598E

Text Example


Text Example

White with #EB598E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB598E; }

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

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

background-color css

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

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

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

border-color css

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

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

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