Html Css Color HEX #EF49FA Pink Flamingo

📋 copy color: '#EF49FA'

red 239 ◦ green 73 ◦ blue 250

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

Shades of Pink Flamingo #EF49FA

Tints of Pink Flamingo #EF49FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 42.53%
G = 12.99%
B = 44.48%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF49FA (or 0xEF49FA) is known color: Pink Flamingo. HEX triplet: EF, 49 and FA. RGB value is (239,73,250). Sum of RGB (Red+Green+Blue) = 239+73+250=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 73 (28.91% from 255 or 12.99% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF49FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF49FA is #10B605. Grayscale: #8E8E8E. Windows color (decimal): -1095174 or 16402927. OLE color: 16402927.

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

Color convert

RGB 239 73 250 -
CMYK 0.04 0.71 0 0.02
HSL 296.27º 0.95% 0.63% -
HSV(B) 296.27º 0.71% 0.98% -
XYZ 55.23 30.02 93.33 -
YUV 142.81 188.5 196.61 -
System Red Green Blue C M Y K H S L
Decimal 239 73 250 0.04 0.71 0 0.02 296.27 0.95 0.63
Hex EF 49 FA 4 47 0 2 128 5F 3F
Octal 357 111 372 4 107 0 2 450 137 77
Binary 11101111 1001001 11111010 100 1000111 0 10 100101000 1011111 111111

Color Harmonies of #EF49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF49FA

Black with #EF49FA

Text Example


Text Example

White with #EF49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF49FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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