Html Css Color HEX #EF507D Dark Pink

📋 copy color: '#EF507D'

red 239 ◦ green 80 ◦ blue 125

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

Shades of Dark Pink #EF507D

Tints of Dark Pink #EF507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 53.83%
G = 18.02%
B = 28.15%

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

#EF507D (or 0xEF507D) is known color: Dark Pink. HEX triplet: EF, 50 and 7D. RGB value is (239,80,125). Sum of RGB (Red+Green+Blue) = 239+80+125=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF507D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF507D is #10AF82. Grayscale: #848484. Windows color (decimal): -1093507 or 8212719. OLE color: 8212719.

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

Color convert

RGB 239 80 125 -
CMYK 0 0.67 0.48 0.06
HSL 343.02º 0.83% 0.63% -
HSV(B) 343.02º 0.67% 0.94% -
XYZ 42.17 25.57 22.11 -
YUV 132.67 123.68 203.84 -
System Red Green Blue C M Y K H S L
Decimal 239 80 125 0 0.67 0.48 0.06 343.02 0.83 0.63
Hex EF 50 7D 0 43 30 6 157 53 3F
Octal 357 120 175 0 103 60 6 527 123 77
Binary 11101111 1010000 1111101 0 1000011 110000 110 101010111 1010011 111111

Color Harmonies of #EF507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF507D

Black with #EF507D

Text Example


Text Example

White with #EF507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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