Html Css Color HEX #EF5FFB Pink Flamingo

📋 copy color: '#EF5FFB'

red 239 ◦ green 95 ◦ blue 251

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

Shades of Pink Flamingo #EF5FFB

Tints of Pink Flamingo #EF5FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.24%

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

R = 40.85%
G = 16.24%
B = 42.91%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF5FFB (or 0xEF5FFB) is known color: Pink Flamingo. HEX triplet: EF, 5F and FB. RGB value is (239,95,251). Sum of RGB (Red+Green+Blue) = 239+95+251=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 95 (37.5% from 255 or 16.24% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF5FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5FFB is #10A004. Grayscale: #9B9B9B. Windows color (decimal): -1089541 or 16474095. OLE color: 16474095.

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

Color convert

RGB 239 95 251 -
CMYK 0.05 0.62 0 0.02
HSL 295.38º 0.95% 0.68% -
HSV(B) 295.38º 0.62% 0.98% -
XYZ 57.1 33.5 94.72 -
YUV 155.84 181.71 187.32 -
System Red Green Blue C M Y K H S L
Decimal 239 95 251 0.05 0.62 0 0.02 295.38 0.95 0.68
Hex EF 5F FB 5 3E 0 2 127 5F 44
Octal 357 137 373 5 76 0 2 447 137 104
Binary 11101111 1011111 11111011 101 111110 0 10 100100111 1011111 1000100

Color Harmonies of #EF5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5FFB

Black with #EF5FFB

Text Example


Text Example

White with #EF5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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