Html Css Color HEX #EF54FC Pink Flamingo

📋 copy color: '#EF54FC'

red 239 ◦ green 84 ◦ blue 252

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

Shades of Pink Flamingo #EF54FC

Tints of Pink Flamingo #EF54FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.83%

R = 41.57%
G = 14.61%
B = 43.83%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF54FC (or 0xEF54FC) is known color: Pink Flamingo. HEX triplet: EF, 54 and FC. RGB value is (239,84,252). Sum of RGB (Red+Green+Blue) = 239+84+252=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 84 (33.20% from 255 or 14.61% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF54FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF54FC is #10AB03. Grayscale: #949494. Windows color (decimal): -1092356 or 16536815. OLE color: 16536815.

HSL color Cylindrical-coordinate representation of color #EF54FC: hue angle of 295.36º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EF54FC is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 84 252 -
CMYK 0.05 0.67 0 0.01
HSL 295.36º 0.97% 0.66% -
HSV(B) 295.36º 0.67% 0.99% -
XYZ 56.34 31.72 95.25 -
YUV 149.5 185.85 191.84 -
System Red Green Blue C M Y K H S L
Decimal 239 84 252 0.05 0.67 0 0.01 295.36 0.97 0.66
Hex EF 54 FC 5 43 0 1 127 61 42
Octal 357 124 374 5 103 0 1 447 141 102
Binary 11101111 1010100 11111100 101 1000011 0 1 100100111 1100001 1000010

Color Harmonies of #EF54FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF54FC

Black with #EF54FC

Text Example


Text Example

White with #EF54FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF54FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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