Html Css Color HEX #EF567C Dark Pink

📋 copy color: '#EF567C'

red 239 ◦ green 86 ◦ blue 124

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

Shades of Dark Pink #EF567C

Tints of Dark Pink #EF567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.15%

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

R = 53.23%
G = 19.15%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF567C (or 0xEF567C) is known color: Dark Pink. HEX triplet: EF, 56 and 7C. RGB value is (239,86,124). Sum of RGB (Red+Green+Blue) = 239+86+124=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF567C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF567C is #10A983. Grayscale: #888888. Windows color (decimal): -1091972 or 8148719. OLE color: 8148719.

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

Color convert

RGB 239 86 124 -
CMYK 0 0.64 0.48 0.06
HSL 345.1º 0.83% 0.64% -
HSV(B) 345.1º 0.64% 0.94% -
XYZ 42.56 26.46 21.93 -
YUV 136.08 121.19 201.41 -
System Red Green Blue C M Y K H S L
Decimal 239 86 124 0 0.64 0.48 0.06 345.1 0.83 0.64
Hex EF 56 7C 0 40 30 6 159 53 40
Octal 357 126 174 0 100 60 6 531 123 100
Binary 11101111 1010110 1111100 0 1000000 110000 110 101011001 1010011 1000000

Color Harmonies of #EF567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF567C

Black with #EF567C

Text Example


Text Example

White with #EF567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF567C; }

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

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

background-color css

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

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

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

border-color css

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

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

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