Html Css Color HEX #EF5982 Dark Pink

📋 copy color: '#EF5982'

red 239 ◦ green 89 ◦ blue 130

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

Shades of Dark Pink #EF5982

Tints of Dark Pink #EF5982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.38%

R = 52.18%
G = 19.43%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EF5982 (or 0xEF5982) is known color: Dark Pink. HEX triplet: EF, 59 and 82. RGB value is (239,89,130). Sum of RGB (Red+Green+Blue) = 239+89+130=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF5982 is #10A67D. Grayscale: #8A8A8A. Windows color (decimal): -1091198 or 8542703. OLE color: 8542703.

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

Color convert

RGB 239 89 130 -
CMYK 0 0.63 0.46 0.06
HSL 343.6º 0.82% 0.64% -
HSV(B) 343.6º 0.63% 0.94% -
XYZ 43.2 27.11 24.07 -
YUV 138.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 239 89 130 0 0.63 0.46 0.06 343.6 0.82 0.64
Hex EF 59 82 0 3F 2E 6 158 52 40
Octal 357 131 202 0 77 56 6 530 122 100
Binary 11101111 1011001 10000010 0 111111 101110 110 101011000 1010010 1000000

Color Harmonies of #EF5982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5982

Black with #EF5982

Text Example


Text Example

White with #EF5982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5982; }

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

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

background-color css

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

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

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

border-color css

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

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

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