Html Css Color HEX #EF507C Dark Pink

📋 copy color: '#EF507C'

red 239 ◦ green 80 ◦ blue 124

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

Shades of Dark Pink #EF507C

Tints of Dark Pink #EF507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.06%

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 53.95%
G = 18.06%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF507C (or 0xEF507C) is known color: Dark Pink. HEX triplet: EF, 50 and 7C. RGB value is (239,80,124). Sum of RGB (Red+Green+Blue) = 239+80+124=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF507C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF507C is #10AF83. Grayscale: #848484. Windows color (decimal): -1093508 or 8147183. OLE color: 8147183.

HSL color Cylindrical-coordinate representation of color #EF507C: hue angle of 343.4º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF507C is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 80 124 -
CMYK 0 0.67 0.48 0.06
HSL 343.4º 0.83% 0.63% -
HSV(B) 343.4º 0.67% 0.94% -
XYZ 42.1 25.54 21.78 -
YUV 132.56 123.18 203.92 -
System Red Green Blue C M Y K H S L
Decimal 239 80 124 0 0.67 0.48 0.06 343.4 0.83 0.63
Hex EF 50 7C 0 43 30 6 157 53 3F
Octal 357 120 174 0 103 60 6 527 123 77
Binary 11101111 1010000 1111100 0 1000011 110000 110 101010111 1010011 111111

Color Harmonies of #EF507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF507C

Black with #EF507C

Text Example


Text Example

White with #EF507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF507C; }

 p { color: rgb(239,80,124); }

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

background-color css

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

 a { background-color: rgb(239,80,124); }

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

border-color css

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

 span { border-color: rgb(239,80,124); }

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