Html Css Color HEX #EF5BFE Pink Flamingo

📋 copy color: '#EF5BFE'

red 239 ◦ green 91 ◦ blue 254

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

Shades of Pink Flamingo #EF5BFE

Tints of Pink Flamingo #EF5BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 40.92%
G = 15.58%
B = 43.49%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF5BFE (or 0xEF5BFE) is known color: Pink Flamingo. HEX triplet: EF, 5B and FE. RGB value is (239,91,254). Sum of RGB (Red+Green+Blue) = 239+91+254=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 91 (35.94% from 255 or 15.58% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF5BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5BFE is #10A401. Grayscale: #999999. Windows color (decimal): -1090562 or 16669679. OLE color: 16669679.

HSL color Cylindrical-coordinate representation of color #EF5BFE: hue angle of 294.48º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5BFE is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 91 254 -
CMYK 0.06 0.64 0 0.00
HSL 294.48º 0.99% 0.68% -
HSV(B) 294.48º 0.64% 1% -
XYZ 57.23 32.99 97.12 -
YUV 153.83 184.53 188.75 -
System Red Green Blue C M Y K H S L
Decimal 239 91 254 0.06 0.64 0 0.00 294.48 0.99 0.68
Hex EF 5B FE 6 40 0 0 126 63 44
Octal 357 133 376 6 100 0 0 446 143 104
Binary 11101111 1011011 11111110 110 1000000 0 0 100100110 1100011 1000100

Color Harmonies of #EF5BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5BFE

Black with #EF5BFE

Text Example


Text Example

White with #EF5BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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