Html Css Color HEX #EF54FB Pink Flamingo

📋 copy color: '#EF54FB'

red 239 ◦ green 84 ◦ blue 251

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

Shades of Pink Flamingo #EF54FB

Tints of Pink Flamingo #EF54FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.63%

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

R = 41.64%
G = 14.63%
B = 43.73%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF54FB (or 0xEF54FB) is known color: Pink Flamingo. HEX triplet: EF, 54 and FB. RGB value is (239,84,251). Sum of RGB (Red+Green+Blue) = 239+84+251=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 84 (33.20% from 255 or 14.63% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF54FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF54FB is #10AB04. Grayscale: #949494. Windows color (decimal): -1092357 or 16471279. OLE color: 16471279.

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

Color convert

RGB 239 84 251 -
CMYK 0.05 0.67 0 0.02
HSL 295.69º 0.95% 0.66% -
HSV(B) 295.69º 0.67% 0.98% -
XYZ 56.18 31.66 94.42 -
YUV 149.38 185.35 191.92 -
System Red Green Blue C M Y K H S L
Decimal 239 84 251 0.05 0.67 0 0.02 295.69 0.95 0.66
Hex EF 54 FB 5 43 0 2 128 5F 42
Octal 357 124 373 5 103 0 2 450 137 102
Binary 11101111 1010100 11111011 101 1000011 0 10 100101000 1011111 1000010

Color Harmonies of #EF54FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF54FB

Black with #EF54FB

Text Example


Text Example

White with #EF54FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF54FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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