Html Css Color HEX #EF5BF6 Pink Flamingo

📋 copy color: '#EF5BF6'

red 239 ◦ green 91 ◦ blue 246

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

Shades of Pink Flamingo #EF5BF6

Tints of Pink Flamingo #EF5BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.71%

R = 41.49%
G = 15.8%
B = 42.71%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF5BF6 (or 0xEF5BF6) is known color: Pink Flamingo. HEX triplet: EF, 5B and F6. RGB value is (239,91,246). Sum of RGB (Red+Green+Blue) = 239+91+246=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 91 (35.94% from 255 or 15.80% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF5BF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5BF6 is #10A409. Grayscale: #989898. Windows color (decimal): -1090570 or 16145391. OLE color: 16145391.

HSL color Cylindrical-coordinate representation of color #EF5BF6: hue angle of 297.29º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5BF6 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 91 246 -
CMYK 0.03 0.63 0 0.04
HSL 297.29º 0.9% 0.66% -
HSV(B) 297.29º 0.63% 0.96% -
XYZ 55.97 32.49 90.51 -
YUV 152.92 180.53 189.4 -
System Red Green Blue C M Y K H S L
Decimal 239 91 246 0.03 0.63 0 0.04 297.29 0.9 0.66
Hex EF 5B F6 3 3F 0 4 129 5A 42
Octal 357 133 366 3 77 0 4 451 132 102
Binary 11101111 1011011 11110110 11 111111 0 100 100101001 1011010 1000010

Color Harmonies of #EF5BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5BF6

Black with #EF5BF6

Text Example


Text Example

White with #EF5BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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