Html Css Color HEX #EF47F9 Pink Flamingo

📋 copy color: '#EF47F9'

red 239 ◦ green 71 ◦ blue 249

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

Shades of Pink Flamingo #EF47F9

Tints of Pink Flamingo #EF47F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.54%

R = 42.75%
G = 12.7%
B = 44.54%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF47F9 (or 0xEF47F9) is known color: Pink Flamingo. HEX triplet: EF, 47 and F9. RGB value is (239,71,249). Sum of RGB (Red+Green+Blue) = 239+71+249=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 71 (28.12% from 255 or 12.70% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF47F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF47F9 is #10B806. Grayscale: #8C8C8C. Windows color (decimal): -1095687 or 16336879. OLE color: 16336879.

HSL color Cylindrical-coordinate representation of color #EF47F9: hue angle of 296.63º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF47F9 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 71 249 -
CMYK 0.04 0.71 0 0.02
HSL 296.63º 0.94% 0.63% -
HSV(B) 296.63º 0.71% 0.98% -
XYZ 54.95 29.7 92.46 -
YUV 141.52 188.66 197.53 -
System Red Green Blue C M Y K H S L
Decimal 239 71 249 0.04 0.71 0 0.02 296.63 0.94 0.63
Hex EF 47 F9 4 47 0 2 129 5E 3F
Octal 357 107 371 4 107 0 2 451 136 77
Binary 11101111 1000111 11111001 100 1000111 0 10 100101001 1011110 111111

Color Harmonies of #EF47F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF47F9

Black with #EF47F9

Text Example


Text Example

White with #EF47F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF47F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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