Html Css Color HEX #EF49FC Pink Flamingo

📋 copy color: '#EF49FC'

red 239 ◦ green 73 ◦ blue 252

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

Shades of Pink Flamingo #EF49FC

Tints of Pink Flamingo #EF49FC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 12.94%

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

R = 42.38%
G = 12.94%
B = 44.68%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF49FC (or 0xEF49FC) is known color: Pink Flamingo. HEX triplet: EF, 49 and FC. RGB value is (239,73,252). Sum of RGB (Red+Green+Blue) = 239+73+252=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 73 (28.91% from 255 or 12.94% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF49FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF49FC is #10B603. Grayscale: #8E8E8E. Windows color (decimal): -1095172 or 16533999. OLE color: 16533999.

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

Color convert

RGB 239 73 252 -
CMYK 0.05 0.71 0 0.01
HSL 295.64º 0.97% 0.64% -
HSV(B) 295.64º 0.71% 0.99% -
XYZ 55.55 30.14 94.99 -
YUV 143.04 189.5 196.45 -
System Red Green Blue C M Y K H S L
Decimal 239 73 252 0.05 0.71 0 0.01 295.64 0.97 0.64
Hex EF 49 FC 5 47 0 1 128 61 40
Octal 357 111 374 5 107 0 1 450 141 100
Binary 11101111 1001001 11111100 101 1000111 0 1 100101000 1100001 1000000

Color Harmonies of #EF49FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF49FC

Black with #EF49FC

Text Example


Text Example

White with #EF49FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF49FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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