Html Css Color HEX #EF588A Dark Pink

📋 copy color: '#EF588A'

red 239 ◦ green 88 ◦ blue 138

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

Shades of Dark Pink #EF588A

Tints of Dark Pink #EF588A

RGB

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

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

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

R = 51.4%
G = 18.92%
B = 29.68%

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

#EF588A (or 0xEF588A) is known color: Dark Pink. HEX triplet: EF, 58 and 8A. RGB value is (239,88,138). Sum of RGB (Red+Green+Blue) = 239+88+138=465 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.40% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 239 - color contains mainly: red. Hex color #EF588A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF588A is #10A775. Grayscale: #8A8A8A. Windows color (decimal): -1091446 or 9066735. OLE color: 9066735.

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

Color convert

RGB 239 88 138 -
CMYK 0 0.63 0.42 0.06
HSL 340.13º 0.83% 0.64% -
HSV(B) 340.13º 0.63% 0.94% -
XYZ 43.67 27.17 26.99 -
YUV 138.85 127.53 199.43 -
System Red Green Blue C M Y K H S L
Decimal 239 88 138 0 0.63 0.42 0.06 340.13 0.83 0.64
Hex EF 58 8A 0 3F 2A 6 154 53 40
Octal 357 130 212 0 77 52 6 524 123 100
Binary 11101111 1011000 10001010 0 111111 101010 110 101010100 1010011 1000000

Color Harmonies of #EF588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF588A

Black with #EF588A

Text Example


Text Example

White with #EF588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF588A; }

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

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

background-color css

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

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

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

border-color css

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

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

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