Html Css Color HEX #EF50F7 Pink Flamingo

📋 copy color: '#EF50F7'

red 239 ◦ green 80 ◦ blue 247

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

Shades of Pink Flamingo #EF50F7

Tints of Pink Flamingo #EF50F7

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.13%

 BLUE value IS 247 (96.88% from 255) = 43.64%

R = 42.23%
G = 14.13%
B = 43.64%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EF50F7 (or 0xEF50F7) is known color: Pink Flamingo. HEX triplet: EF, 50 and F7. RGB value is (239,80,247). Sum of RGB (Red+Green+Blue) = 239+80+247=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 80 (31.64% from 255 or 14.13% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 247 - color contains mainly: blue. Hex color #EF50F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF50F7 is #10AF08. Grayscale: #929292. Windows color (decimal): -1093385 or 16208111. OLE color: 16208111.

HSL color Cylindrical-coordinate representation of color #EF50F7: hue angle of 297.13º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EF50F7 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 80 247 -
CMYK 0.03 0.68 0 0.03
HSL 297.13º 0.91% 0.64% -
HSV(B) 297.13º 0.68% 0.97% -
XYZ 55.25 30.8 91.03 -
YUV 146.58 184.68 193.92 -
System Red Green Blue C M Y K H S L
Decimal 239 80 247 0.03 0.68 0 0.03 297.13 0.91 0.64
Hex EF 50 F7 3 44 0 3 129 5B 40
Octal 357 120 367 3 104 0 3 451 133 100
Binary 11101111 1010000 11110111 11 1000100 0 11 100101001 1011011 1000000

Color Harmonies of #EF50F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF50F7

Black with #EF50F7

Text Example


Text Example

White with #EF50F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF50F7; }

 p { color: rgb(239,80,247); }

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

background-color css

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

 a { background-color: rgb(239,80,247); }

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

border-color css

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

 span { border-color: rgb(239,80,247); }

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