Html Css Color HEX #EF598B Dark Pink

📋 copy color: '#EF598B'

red 239 ◦ green 89 ◦ blue 139

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

Shades of Dark Pink #EF598B

Tints of Dark Pink #EF598B

RGB

 RED value IS 239 (93.75% from 255) = 51.18%

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

 BLUE value IS 139 (54.69% from 255) = 29.76%

R = 51.18%
G = 19.06%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EF598B (or 0xEF598B) is known color: Dark Pink. HEX triplet: EF, 59 and 8B. RGB value is (239,89,139). Sum of RGB (Red+Green+Blue) = 239+89+139=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF598B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF598B is #10A674. Grayscale: #8B8B8B. Windows color (decimal): -1091189 or 9132527. OLE color: 9132527.

HSL color Cylindrical-coordinate representation of color #EF598B: hue angle of 340º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF598B is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 89 139 -
CMYK 0 0.63 0.42 0.06
HSL 340º 0.82% 0.64% -
HSV(B) 340º 0.63% 0.94% -
XYZ 43.83 27.36 27.4 -
YUV 139.55 127.7 198.93 -
System Red Green Blue C M Y K H S L
Decimal 239 89 139 0 0.63 0.42 0.06 340 0.82 0.64
Hex EF 59 8B 0 3F 2A 6 154 52 40
Octal 357 131 213 0 77 52 6 524 122 100
Binary 11101111 1011001 10001011 0 111111 101010 110 101010100 1010010 1000000

Color Harmonies of #EF598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF598B

Black with #EF598B

Text Example


Text Example

White with #EF598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF598B; }

 p { color: rgb(239,89,139); }

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

background-color css

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

 a { background-color: rgb(239,89,139); }

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

border-color css

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

 span { border-color: rgb(239,89,139); }

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