Html Css Color HEX #EF4DFB Pink Flamingo

📋 copy color: '#EF4DFB'

red 239 ◦ green 77 ◦ blue 251

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

Shades of Pink Flamingo #EF4DFB

Tints of Pink Flamingo #EF4DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.58%

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

R = 42.15%
G = 13.58%
B = 44.27%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF4DFB (or 0xEF4DFB) is known color: Pink Flamingo. HEX triplet: EF, 4D and FB. RGB value is (239,77,251). Sum of RGB (Red+Green+Blue) = 239+77+251=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 77 (30.47% from 255 or 13.58% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF4DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4DFB is #10B204. Grayscale: #909090. Windows color (decimal): -1094149 or 16469487. OLE color: 16469487.

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

Color convert

RGB 239 77 251 -
CMYK 0.05 0.69 0 0.02
HSL 295.86º 0.96% 0.64% -
HSV(B) 295.86º 0.69% 0.98% -
XYZ 55.66 30.62 94.24 -
YUV 145.27 187.67 194.85 -
System Red Green Blue C M Y K H S L
Decimal 239 77 251 0.05 0.69 0 0.02 295.86 0.96 0.64
Hex EF 4D FB 5 45 0 2 128 60 40
Octal 357 115 373 5 105 0 2 450 140 100
Binary 11101111 1001101 11111011 101 1000101 0 10 100101000 1100000 1000000

Color Harmonies of #EF4DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4DFB

Black with #EF4DFB

Text Example


Text Example

White with #EF4DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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