Html Css Color HEX #EF4BFB Pink Flamingo

📋 copy color: '#EF4BFB'

red 239 ◦ green 75 ◦ blue 251

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

Shades of Pink Flamingo #EF4BFB

Tints of Pink Flamingo #EF4BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.27%

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

R = 42.3%
G = 13.27%
B = 44.42%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF4BFB (or 0xEF4BFB) is known color: Pink Flamingo. HEX triplet: EF, 4B and FB. RGB value is (239,75,251). Sum of RGB (Red+Green+Blue) = 239+75+251=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 75 (29.69% from 255 or 13.27% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF4BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4BFB is #10B404. Grayscale: #8F8F8F. Windows color (decimal): -1094661 or 16468975. OLE color: 16468975.

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

Color convert

RGB 239 75 251 -
CMYK 0.05 0.70 0 0.02
HSL 295.91º 0.96% 0.64% -
HSV(B) 295.91º 0.7% 0.98% -
XYZ 55.53 30.35 94.2 -
YUV 144.1 188.33 195.69 -
System Red Green Blue C M Y K H S L
Decimal 239 75 251 0.05 0.70 0 0.02 295.91 0.96 0.64
Hex EF 4B FB 5 46 0 2 128 60 40
Octal 357 113 373 5 106 0 2 450 140 100
Binary 11101111 1001011 11111011 101 1000110 0 10 100101000 1100000 1000000

Color Harmonies of #EF4BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4BFB

Black with #EF4BFB

Text Example


Text Example

White with #EF4BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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