Html Css Color HEX #EF598D Dark Pink

📋 copy color: '#EF598D'

red 239 ◦ green 89 ◦ blue 141

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

Shades of Dark Pink #EF598D

Tints of Dark Pink #EF598D

RGB

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

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

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

R = 50.96%
G = 18.98%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF598D (or 0xEF598D) is known color: Dark Pink. HEX triplet: EF, 59 and 8D. RGB value is (239,89,141). Sum of RGB (Red+Green+Blue) = 239+89+141=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF598D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF598D is #10A672. Grayscale: #8B8B8B. Windows color (decimal): -1091187 or 9263599. OLE color: 9263599.

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

Color convert

RGB 239 89 141 -
CMYK 0 0.63 0.41 0.06
HSL 339.2º 0.82% 0.64% -
HSV(B) 339.2º 0.63% 0.94% -
XYZ 43.98 27.42 28.17 -
YUV 139.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 239 89 141 0 0.63 0.41 0.06 339.2 0.82 0.64
Hex EF 59 8D 0 3F 29 6 153 52 40
Octal 357 131 215 0 77 51 6 523 122 100
Binary 11101111 1011001 10001101 0 111111 101001 110 101010011 1010010 1000000

Color Harmonies of #EF598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF598D

Black with #EF598D

Text Example


Text Example

White with #EF598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF598D; }

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

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

background-color css

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

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

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

border-color css

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

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

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