Html Css Color HEX #EF4EFB Pink Flamingo

📋 copy color: '#EF4EFB'

red 239 ◦ green 78 ◦ blue 251

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

Shades of Pink Flamingo #EF4EFB

Tints of Pink Flamingo #EF4EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.73%

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

R = 42.08%
G = 13.73%
B = 44.19%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF4EFB (or 0xEF4EFB) is known color: Pink Flamingo. HEX triplet: EF, 4E and FB. RGB value is (239,78,251). Sum of RGB (Red+Green+Blue) = 239+78+251=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 78 (30.86% from 255 or 13.73% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF4EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4EFB is #10B104. Grayscale: #919191. Windows color (decimal): -1093893 or 16469743. OLE color: 16469743.

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

Color convert

RGB 239 78 251 -
CMYK 0.05 0.69 0 0.02
HSL 295.84º 0.96% 0.65% -
HSV(B) 295.84º 0.69% 0.98% -
XYZ 55.73 30.76 94.27 -
YUV 145.86 187.34 194.43 -
System Red Green Blue C M Y K H S L
Decimal 239 78 251 0.05 0.69 0 0.02 295.84 0.96 0.65
Hex EF 4E FB 5 45 0 2 128 60 41
Octal 357 116 373 5 105 0 2 450 140 101
Binary 11101111 1001110 11111011 101 1000101 0 10 100101000 1100000 1000001

Color Harmonies of #EF4EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4EFB

Black with #EF4EFB

Text Example


Text Example

White with #EF4EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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