Html Css Color HEX #EF4FFB Pink Flamingo

📋 copy color: '#EF4FFB'

red 239 ◦ green 79 ◦ blue 251

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

Shades of Pink Flamingo #EF4FFB

Tints of Pink Flamingo #EF4FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.88%

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

R = 42%
G = 13.88%
B = 44.11%

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

#EF4FFB (or 0xEF4FFB) is known color: Pink Flamingo. HEX triplet: EF, 4F and FB. RGB value is (239,79,251). Sum of RGB (Red+Green+Blue) = 239+79+251=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 79 (31.25% from 255 or 13.88% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF4FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4FFB is #10B004. Grayscale: #919191. Windows color (decimal): -1093637 or 16469999. OLE color: 16469999.

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

Color convert

RGB 239 79 251 -
CMYK 0.05 0.69 0 0.02
HSL 295.81º 0.96% 0.65% -
HSV(B) 295.81º 0.69% 0.98% -
XYZ 55.81 30.91 94.29 -
YUV 146.45 187.01 194.01 -
System Red Green Blue C M Y K H S L
Decimal 239 79 251 0.05 0.69 0 0.02 295.81 0.96 0.65
Hex EF 4F FB 5 45 0 2 128 60 41
Octal 357 117 373 5 105 0 2 450 140 101
Binary 11101111 1001111 11111011 101 1000101 0 10 100101000 1100000 1000001

Color Harmonies of #EF4FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4FFB

Black with #EF4FFB

Text Example


Text Example

White with #EF4FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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