Html Css Color HEX #EF4CFB Pink Flamingo

📋 copy color: '#EF4CFB'

red 239 ◦ green 76 ◦ blue 251

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

Shades of Pink Flamingo #EF4CFB

Tints of Pink Flamingo #EF4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.43%

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

R = 42.23%
G = 13.43%
B = 44.35%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF4CFB (or 0xEF4CFB) is known color: Pink Flamingo. HEX triplet: EF, 4C and FB. RGB value is (239,76,251). Sum of RGB (Red+Green+Blue) = 239+76+251=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 76 (30.08% from 255 or 13.43% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF4CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4CFB is #10B304. Grayscale: #909090. Windows color (decimal): -1094405 or 16469231. OLE color: 16469231.

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

Color convert

RGB 239 76 251 -
CMYK 0.05 0.70 0 0.02
HSL 295.89º 0.96% 0.64% -
HSV(B) 295.89º 0.7% 0.98% -
XYZ 55.59 30.48 94.22 -
YUV 144.69 188 195.27 -
System Red Green Blue C M Y K H S L
Decimal 239 76 251 0.05 0.70 0 0.02 295.89 0.96 0.64
Hex EF 4C FB 5 46 0 2 128 60 40
Octal 357 114 373 5 106 0 2 450 140 100
Binary 11101111 1001100 11111011 101 1000110 0 10 100101000 1100000 1000000

Color Harmonies of #EF4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4CFB

Black with #EF4CFB

Text Example


Text Example

White with #EF4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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