Html Css Color HEX #EF5985 Dark Pink

📋 copy color: '#EF5985'

red 239 ◦ green 89 ◦ blue 133

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

Shades of Dark Pink #EF5985

Tints of Dark Pink #EF5985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.85%

R = 51.84%
G = 19.31%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF5985 (or 0xEF5985) is known color: Dark Pink. HEX triplet: EF, 59 and 85. RGB value is (239,89,133). Sum of RGB (Red+Green+Blue) = 239+89+133=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5985 is #10A67A. Grayscale: #8A8A8A. Windows color (decimal): -1091195 or 8739311. OLE color: 8739311.

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

Color convert

RGB 239 89 133 -
CMYK 0 0.63 0.44 0.06
HSL 342.4º 0.82% 0.64% -
HSV(B) 342.4º 0.63% 0.94% -
XYZ 43.4 27.19 25.15 -
YUV 138.87 124.7 199.42 -
System Red Green Blue C M Y K H S L
Decimal 239 89 133 0 0.63 0.44 0.06 342.4 0.82 0.64
Hex EF 59 85 0 3F 2C 6 156 52 40
Octal 357 131 205 0 77 54 6 526 122 100
Binary 11101111 1011001 10000101 0 111111 101100 110 101010110 1010010 1000000

Color Harmonies of #EF5985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5985

Black with #EF5985

Text Example


Text Example

White with #EF5985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5985; }

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

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

background-color css

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

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

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

border-color css

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

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

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