Html Css Color HEX #EF487A Dark Pink

📋 copy color: '#EF487A'

red 239 ◦ green 72 ◦ blue 122

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

Shades of Dark Pink #EF487A

Tints of Dark Pink #EF487A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.63%

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

R = 55.2%
G = 16.63%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF487A (or 0xEF487A) is known color: Dark Pink. HEX triplet: EF, 48 and 7A. RGB value is (239,72,122). Sum of RGB (Red+Green+Blue) = 239+72+122=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF487A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF487A is #10B785. Grayscale: #7F7F7F. Windows color (decimal): -1095558 or 8014063. OLE color: 8014063.

HSL color Cylindrical-coordinate representation of color #EF487A: hue angle of 342.04º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF487A is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 72 122 -
CMYK 0 0.70 0.49 0.06
HSL 342.04º 0.84% 0.61% -
HSV(B) 342.04º 0.7% 0.94% -
XYZ 41.43 24.39 20.94 -
YUV 127.63 124.83 207.43 -
System Red Green Blue C M Y K H S L
Decimal 239 72 122 0 0.70 0.49 0.06 342.04 0.84 0.61
Hex EF 48 7A 0 46 31 6 156 54 3D
Octal 357 110 172 0 106 61 6 526 124 75
Binary 11101111 1001000 1111010 0 1000110 110001 110 101010110 1010100 111101

Color Harmonies of #EF487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF487A

Black with #EF487A

Text Example


Text Example

White with #EF487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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