Html Css Color HEX #EF477A Dark Pink

📋 copy color: '#EF477A'

red 239 ◦ green 71 ◦ blue 122

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

Shades of Dark Pink #EF477A

Tints of Dark Pink #EF477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.44%

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

R = 55.32%
G = 16.44%
B = 28.24%

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

#EF477A (or 0xEF477A) is known color: Dark Pink. HEX triplet: EF, 47 and 7A. RGB value is (239,71,122). Sum of RGB (Red+Green+Blue) = 239+71+122=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF477A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF477A is #10B885. Grayscale: #7F7F7F. Windows color (decimal): -1095814 or 8013807. OLE color: 8013807.

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

Color convert

RGB 239 71 122 -
CMYK 0 0.70 0.49 0.06
HSL 341.79º 0.84% 0.61% -
HSV(B) 341.79º 0.7% 0.94% -
XYZ 41.36 24.26 20.92 -
YUV 127.05 125.16 207.85 -
System Red Green Blue C M Y K H S L
Decimal 239 71 122 0 0.70 0.49 0.06 341.79 0.84 0.61
Hex EF 47 7A 0 46 31 6 156 54 3D
Octal 357 107 172 0 106 61 6 526 124 75
Binary 11101111 1000111 1111010 0 1000110 110001 110 101010110 1010100 111101

Color Harmonies of #EF477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF477A

Black with #EF477A

Text Example


Text Example

White with #EF477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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