Html Css Color HEX #EF588B Dark Pink

📋 copy color: '#EF588B'

red 239 ◦ green 88 ◦ blue 139

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

Shades of Dark Pink #EF588B

Tints of Dark Pink #EF588B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.88%

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

R = 51.29%
G = 18.88%
B = 29.83%

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

#EF588B (or 0xEF588B) is known color: Dark Pink. HEX triplet: EF, 58 and 8B. RGB value is (239,88,139). Sum of RGB (Red+Green+Blue) = 239+88+139=466 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.29% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 239 - color contains mainly: red. Hex color #EF588B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF588B is #10A774. Grayscale: #8A8A8A. Windows color (decimal): -1091445 or 9132271. OLE color: 9132271.

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

Color convert

RGB 239 88 139 -
CMYK 0 0.63 0.42 0.06
HSL 339.74º 0.83% 0.64% -
HSV(B) 339.74º 0.63% 0.94% -
XYZ 43.75 27.19 27.37 -
YUV 138.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 239 88 139 0 0.63 0.42 0.06 339.74 0.83 0.64
Hex EF 58 8B 0 3F 2A 6 154 53 40
Octal 357 130 213 0 77 52 6 524 123 100
Binary 11101111 1011000 10001011 0 111111 101010 110 101010100 1010011 1000000

Color Harmonies of #EF588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF588B

Black with #EF588B

Text Example


Text Example

White with #EF588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF588B; }

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

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

background-color css

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

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

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

border-color css

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

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

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