Html Css Color HEX #EF3FFB Pink Flamingo

📋 copy color: '#EF3FFB'

red 239 ◦ green 63 ◦ blue 251

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

Shades of Pink Flamingo #EF3FFB

Tints of Pink Flamingo #EF3FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 11.39%

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

R = 43.22%
G = 11.39%
B = 45.39%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF3FFB (or 0xEF3FFB) is known color: Pink Flamingo. HEX triplet: EF, 3F and FB. RGB value is (239,63,251). Sum of RGB (Red+Green+Blue) = 239+63+251=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 63 (25% from 255 or 11.39% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF3FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3FFB is #10C004. Grayscale: #888888. Windows color (decimal): -1097733 or 16465903. OLE color: 16465903.

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

Color convert

RGB 239 63 251 -
CMYK 0.05 0.75 0 0.02
HSL 296.17º 0.96% 0.62% -
HSV(B) 296.17º 0.75% 0.98% -
XYZ 54.79 28.87 93.95 -
YUV 137.06 192.31 200.71 -
System Red Green Blue C M Y K H S L
Decimal 239 63 251 0.05 0.75 0 0.02 296.17 0.96 0.62
Hex EF 3F FB 5 4B 0 2 128 60 3E
Octal 357 77 373 5 113 0 2 450 140 76
Binary 11101111 111111 11111011 101 1001011 0 10 100101000 1100000 111110

Color Harmonies of #EF3FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3FFB

Black with #EF3FFB

Text Example


Text Example

White with #EF3FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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