Html Css Color HEX #EF54F9 Pink Flamingo

📋 copy color: '#EF54F9'

red 239 ◦ green 84 ◦ blue 249

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

Shades of Pink Flamingo #EF54F9

Tints of Pink Flamingo #EF54F9

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.69%

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

R = 41.78%
G = 14.69%
B = 43.53%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF54F9 (or 0xEF54F9) is known color: Pink Flamingo. HEX triplet: EF, 54 and F9. RGB value is (239,84,249). Sum of RGB (Red+Green+Blue) = 239+84+249=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 84 (33.20% from 255 or 14.69% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF54F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF54F9 is #10AB06. Grayscale: #949494. Windows color (decimal): -1092359 or 16340207. OLE color: 16340207.

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

Color convert

RGB 239 84 249 -
CMYK 0.04 0.66 0 0.02
HSL 296.36º 0.93% 0.65% -
HSV(B) 296.36º 0.66% 0.98% -
XYZ 55.87 31.53 92.76 -
YUV 149.16 184.35 192.08 -
System Red Green Blue C M Y K H S L
Decimal 239 84 249 0.04 0.66 0 0.02 296.36 0.93 0.65
Hex EF 54 F9 4 42 0 2 128 5D 41
Octal 357 124 371 4 102 0 2 450 135 101
Binary 11101111 1010100 11111001 100 1000010 0 10 100101000 1011101 1000001

Color Harmonies of #EF54F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF54F9

Black with #EF54F9

Text Example


Text Example

White with #EF54F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF54F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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