Html Css Color HEX #EF4BFE Pink Flamingo

📋 copy color: '#EF4BFE'

red 239 ◦ green 75 ◦ blue 254

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

Shades of Pink Flamingo #EF4BFE

Tints of Pink Flamingo #EF4BFE

RGB

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

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

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

R = 42.08%
G = 13.2%
B = 44.72%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF4BFE (or 0xEF4BFE) is known color: Pink Flamingo. HEX triplet: EF, 4B and FE. RGB value is (239,75,254). Sum of RGB (Red+Green+Blue) = 239+75+254=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 75 (29.69% from 255 or 13.20% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF4BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4BFE is #10B401. Grayscale: #8F8F8F. Windows color (decimal): -1094658 or 16665583. OLE color: 16665583.

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

Color convert

RGB 239 75 254 -
CMYK 0.06 0.70 0 0.00
HSL 294.97º 0.99% 0.65% -
HSV(B) 294.97º 0.7% 1% -
XYZ 56 30.54 96.71 -
YUV 144.44 189.83 195.45 -
System Red Green Blue C M Y K H S L
Decimal 239 75 254 0.06 0.70 0 0.00 294.97 0.99 0.65
Hex EF 4B FE 6 46 0 0 127 63 41
Octal 357 113 376 6 106 0 0 447 143 101
Binary 11101111 1001011 11111110 110 1000110 0 0 100100111 1100011 1000001

Color Harmonies of #EF4BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4BFE

Black with #EF4BFE

Text Example


Text Example

White with #EF4BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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