Html Css Color HEX #EF47FC Pink Flamingo

📋 copy color: '#EF47FC'

red 239 ◦ green 71 ◦ blue 252

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

Shades of Pink Flamingo #EF47FC

Tints of Pink Flamingo #EF47FC

RGB

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

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

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

R = 42.53%
G = 12.63%
B = 44.84%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF47FC (or 0xEF47FC) is known color: Pink Flamingo. HEX triplet: EF, 47 and FC. RGB value is (239,71,252). Sum of RGB (Red+Green+Blue) = 239+71+252=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 71 (28.12% from 255 or 12.63% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF47FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF47FC is #10B803. Grayscale: #8D8D8D. Windows color (decimal): -1095684 or 16533487. OLE color: 16533487.

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

Color convert

RGB 239 71 252 -
CMYK 0.05 0.72 0 0.01
HSL 295.69º 0.97% 0.63% -
HSV(B) 295.69º 0.72% 0.99% -
XYZ 55.42 29.89 94.94 -
YUV 141.87 190.16 197.28 -
System Red Green Blue C M Y K H S L
Decimal 239 71 252 0.05 0.72 0 0.01 295.69 0.97 0.63
Hex EF 47 FC 5 48 0 1 128 61 3F
Octal 357 107 374 5 110 0 1 450 141 77
Binary 11101111 1000111 11111100 101 1001000 0 1 100101000 1100001 111111

Color Harmonies of #EF47FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF47FC

Black with #EF47FC

Text Example


Text Example

White with #EF47FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF47FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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