Html Css Color HEX #EB598A Dark Pink

📋 copy color: '#EB598A'

red 235 ◦ green 89 ◦ blue 138

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

Shades of Dark Pink #EB598A

Tints of Dark Pink #EB598A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 50.87%
G = 19.26%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB598A (or 0xEB598A) is known color: Dark Pink. HEX triplet: EB, 59 and 8A. RGB value is (235,89,138). Sum of RGB (Red+Green+Blue) = 235+89+138=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 89 (35.16% from 255 or 19.26% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB598A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB598A is #14A675. Grayscale: #8A8A8A. Windows color (decimal): -1353334 or 9066987. OLE color: 9066987.

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

Color convert

RGB 235 89 138 -
CMYK 0 0.62 0.41 0.08
HSL 339.86º 0.78% 0.64% -
HSV(B) 339.86º 0.62% 0.92% -
XYZ 42.42 26.64 26.95 -
YUV 138.24 127.87 197.02 -
System Red Green Blue C M Y K H S L
Decimal 235 89 138 0 0.62 0.41 0.08 339.86 0.78 0.64
Hex EB 59 8A 0 3E 29 8 154 4E 40
Octal 353 131 212 0 76 51 10 524 116 100
Binary 11101011 1011001 10001010 0 111110 101001 1000 101010100 1001110 1000000

Color Harmonies of #EB598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB598A

Black with #EB598A

Text Example


Text Example

White with #EB598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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