Html Css Color HEX #EF56FB Pink Flamingo

📋 copy color: '#EF56FB'

red 239 ◦ green 86 ◦ blue 251

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

Shades of Pink Flamingo #EF56FB

Tints of Pink Flamingo #EF56FB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 14.93%

 BLUE value IS 251 (98.44% from 255) = 43.58%

R = 41.49%
G = 14.93%
B = 43.58%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF56FB (or 0xEF56FB) is known color: Pink Flamingo. HEX triplet: EF, 56 and FB. RGB value is (239,86,251). Sum of RGB (Red+Green+Blue) = 239+86+251=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 86 (33.98% from 255 or 14.93% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF56FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF56FB is #10A904. Grayscale: #969696. Windows color (decimal): -1091845 or 16471791. OLE color: 16471791.

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

Color convert

RGB 239 86 251 -
CMYK 0.05 0.66 0 0.02
HSL 295.64º 0.95% 0.66% -
HSV(B) 295.64º 0.66% 0.98% -
XYZ 56.34 31.97 94.47 -
YUV 150.56 184.69 191.08 -
System Red Green Blue C M Y K H S L
Decimal 239 86 251 0.05 0.66 0 0.02 295.64 0.95 0.66
Hex EF 56 FB 5 42 0 2 128 5F 42
Octal 357 126 373 5 102 0 2 450 137 102
Binary 11101111 1010110 11111011 101 1000010 0 10 100101000 1011111 1000010

Color Harmonies of #EF56FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF56FB

Black with #EF56FB

Text Example


Text Example

White with #EF56FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF56FB; }

 p { color: rgb(239,86,251); }

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

background-color css

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

 a { background-color: rgb(239,86,251); }

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

border-color css

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

 span { border-color: rgb(239,86,251); }

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