Html Css Color HEX #EF598A Dark Pink

📋 copy color: '#EF598A'

red 239 ◦ green 89 ◦ blue 138

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

Shades of Dark Pink #EF598A

Tints of Dark Pink #EF598A

RGB

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

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

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

R = 51.29%
G = 19.1%
B = 29.61%

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

#EF598A (or 0xEF598A) is known color: Dark Pink. HEX triplet: EF, 59 and 8A. RGB value is (239,89,138). Sum of RGB (Red+Green+Blue) = 239+89+138=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF598A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF598A is #10A675. Grayscale: #8B8B8B. Windows color (decimal): -1091190 or 9066991. OLE color: 9066991.

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

Color convert

RGB 239 89 138 -
CMYK 0 0.63 0.42 0.06
HSL 340.4º 0.82% 0.64% -
HSV(B) 340.4º 0.63% 0.94% -
XYZ 43.76 27.33 27.01 -
YUV 139.44 127.2 199.02 -
System Red Green Blue C M Y K H S L
Decimal 239 89 138 0 0.63 0.42 0.06 340.4 0.82 0.64
Hex EF 59 8A 0 3F 2A 6 154 52 40
Octal 357 131 212 0 77 52 6 524 122 100
Binary 11101111 1011001 10001010 0 111111 101010 110 101010100 1010010 1000000

Color Harmonies of #EF598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF598A

Black with #EF598A

Text Example


Text Example

White with #EF598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF598A; }

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

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

background-color css

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

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

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

border-color css

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

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

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