Html Css Color HEX #EF5BFB Pink Flamingo

📋 copy color: '#EF5BFB'

red 239 ◦ green 91 ◦ blue 251

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

Shades of Pink Flamingo #EF5BFB

Tints of Pink Flamingo #EF5BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.66%

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

R = 41.14%
G = 15.66%
B = 43.2%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF5BFB (or 0xEF5BFB) is known color: Pink Flamingo. HEX triplet: EF, 5B and FB. RGB value is (239,91,251). Sum of RGB (Red+Green+Blue) = 239+91+251=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 91 (35.94% from 255 or 15.66% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF5BFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5BFB is #10A404. Grayscale: #999999. Windows color (decimal): -1090565 or 16473071. OLE color: 16473071.

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

Color convert

RGB 239 91 251 -
CMYK 0.05 0.64 0 0.02
HSL 295.5º 0.95% 0.67% -
HSV(B) 295.5º 0.64% 0.98% -
XYZ 56.75 32.8 94.61 -
YUV 153.49 183.03 188.99 -
System Red Green Blue C M Y K H S L
Decimal 239 91 251 0.05 0.64 0 0.02 295.5 0.95 0.67
Hex EF 5B FB 5 40 0 2 128 5F 43
Octal 357 133 373 5 100 0 2 450 137 103
Binary 11101111 1011011 11111011 101 1000000 0 10 100101000 1011111 1000011

Color Harmonies of #EF5BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5BFB

Black with #EF5BFB

Text Example


Text Example

White with #EF5BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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