Html Css Color HEX #EF587F Dark Pink

📋 copy color: '#EF587F'

red 239 ◦ green 88 ◦ blue 127

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

Shades of Dark Pink #EF587F

Tints of Dark Pink #EF587F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.97%

R = 52.64%
G = 19.38%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF587F (or 0xEF587F) is known color: Dark Pink. HEX triplet: EF, 58 and 7F. RGB value is (239,88,127). Sum of RGB (Red+Green+Blue) = 239+88+127=454 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.64% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 239 - color contains mainly: red. Hex color #EF587F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF587F is #10A780. Grayscale: #898989. Windows color (decimal): -1091457 or 8345839. OLE color: 8345839.

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

Color convert

RGB 239 88 127 -
CMYK 0 0.63 0.47 0.06
HSL 344.5º 0.83% 0.64% -
HSV(B) 344.5º 0.63% 0.94% -
XYZ 42.92 26.86 23 -
YUV 137.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 239 88 127 0 0.63 0.47 0.06 344.5 0.83 0.64
Hex EF 58 7F 0 3F 2F 6 159 53 40
Octal 357 130 177 0 77 57 6 531 123 100
Binary 11101111 1011000 1111111 0 111111 101111 110 101011001 1010011 1000000

Color Harmonies of #EF587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF587F

Black with #EF587F

Text Example


Text Example

White with #EF587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF587F; }

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

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

background-color css

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

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

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

border-color css

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

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

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