Html Css Color HEX #EF44FC Pink Flamingo

📋 copy color: '#EF44FC'

red 239 ◦ green 68 ◦ blue 252

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

Shades of Pink Flamingo #EF44FC

Tints of Pink Flamingo #EF44FC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 12.16%

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

R = 42.75%
G = 12.16%
B = 45.08%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF44FC (or 0xEF44FC) is known color: Pink Flamingo. HEX triplet: EF, 44 and FC. RGB value is (239,68,252). Sum of RGB (Red+Green+Blue) = 239+68+252=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 68 (26.95% from 255 or 12.16% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF44FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF44FC is #10BB03. Grayscale: #8B8B8B. Windows color (decimal): -1096452 or 16532719. OLE color: 16532719.

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

Color convert

RGB 239 68 252 -
CMYK 0.05 0.73 0 0.01
HSL 295.76º 0.97% 0.63% -
HSV(B) 295.76º 0.73% 0.99% -
XYZ 55.23 29.51 94.88 -
YUV 140.11 191.15 198.54 -
System Red Green Blue C M Y K H S L
Decimal 239 68 252 0.05 0.73 0 0.01 295.76 0.97 0.63
Hex EF 44 FC 5 49 0 1 128 61 3F
Octal 357 104 374 5 111 0 1 450 141 77
Binary 11101111 1000100 11111100 101 1001001 0 1 100101000 1100001 111111

Color Harmonies of #EF44FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF44FC

Black with #EF44FC

Text Example


Text Example

White with #EF44FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF44FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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