Html Css Color HEX #EF567A Dark Pink

📋 copy color: '#EF567A'

red 239 ◦ green 86 ◦ blue 122

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

Shades of Dark Pink #EF567A

Tints of Dark Pink #EF567A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.29%

R = 53.47%
G = 19.24%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF567A (or 0xEF567A) is known color: Dark Pink. HEX triplet: EF, 56 and 7A. RGB value is (239,86,122). Sum of RGB (Red+Green+Blue) = 239+86+122=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF567A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF567A is #10A985. Grayscale: #878787. Windows color (decimal): -1091974 or 8017647. OLE color: 8017647.

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

Color convert

RGB 239 86 122 -
CMYK 0 0.64 0.49 0.06
HSL 345.88º 0.83% 0.64% -
HSV(B) 345.88º 0.64% 0.94% -
XYZ 42.44 26.41 21.27 -
YUV 135.85 120.19 201.57 -
System Red Green Blue C M Y K H S L
Decimal 239 86 122 0 0.64 0.49 0.06 345.88 0.83 0.64
Hex EF 56 7A 0 40 31 6 15A 53 40
Octal 357 126 172 0 100 61 6 532 123 100
Binary 11101111 1010110 1111010 0 1000000 110001 110 101011010 1010011 1000000

Color Harmonies of #EF567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF567A

Black with #EF567A

Text Example


Text Example

White with #EF567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF567A; }

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

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

background-color css

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

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

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

border-color css

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

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

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