Html Css Color HEX #EF56FE Pink Flamingo

📋 copy color: '#EF56FE'

red 239 ◦ green 86 ◦ blue 254

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

Shades of Pink Flamingo #EF56FE

Tints of Pink Flamingo #EF56FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.87%

R = 41.28%
G = 14.85%
B = 43.87%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF56FE (or 0xEF56FE) is known color: Pink Flamingo. HEX triplet: EF, 56 and FE. RGB value is (239,86,254). Sum of RGB (Red+Green+Blue) = 239+86+254=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 86 (33.98% from 255 or 14.85% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF56FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF56FE is #10A901. Grayscale: #969696. Windows color (decimal): -1091842 or 16668399. OLE color: 16668399.

HSL color Cylindrical-coordinate representation of color #EF56FE: hue angle of 294.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EF56FE is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 86 254 -
CMYK 0.06 0.66 0 0.00
HSL 294.64º 0.99% 0.67% -
HSV(B) 294.64º 0.66% 1% -
XYZ 56.81 32.16 96.98 -
YUV 150.9 186.19 190.84 -
System Red Green Blue C M Y K H S L
Decimal 239 86 254 0.06 0.66 0 0.00 294.64 0.99 0.67
Hex EF 56 FE 6 42 0 0 127 63 43
Octal 357 126 376 6 102 0 0 447 143 103
Binary 11101111 1010110 11111110 110 1000010 0 0 100100111 1100011 1000011

Color Harmonies of #EF56FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF56FE

Black with #EF56FE

Text Example


Text Example

White with #EF56FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF56FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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