Html Css Color HEX #EF3DFB Pink Flamingo

📋 copy color: '#EF3DFB'

red 239 ◦ green 61 ◦ blue 251

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

Shades of Pink Flamingo #EF3DFB

Tints of Pink Flamingo #EF3DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.07%

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

R = 43.38%
G = 11.07%
B = 45.55%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF3DFB (or 0xEF3DFB) is known color: Pink Flamingo. HEX triplet: EF, 3D and FB. RGB value is (239,61,251). Sum of RGB (Red+Green+Blue) = 239+61+251=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 61 (24.22% from 255 or 11.07% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF3DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3DFB is #10C204. Grayscale: #878787. Windows color (decimal): -1098245 or 16465391. OLE color: 16465391.

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

Color convert

RGB 239 61 251 -
CMYK 0.05 0.76 0 0.02
HSL 296.21º 0.96% 0.61% -
HSV(B) 296.21º 0.76% 0.98% -
XYZ 54.68 28.65 93.92 -
YUV 135.88 192.97 201.55 -
System Red Green Blue C M Y K H S L
Decimal 239 61 251 0.05 0.76 0 0.02 296.21 0.96 0.61
Hex EF 3D FB 5 4C 0 2 128 60 3D
Octal 357 75 373 5 114 0 2 450 140 75
Binary 11101111 111101 11111011 101 1001100 0 10 100101000 1100000 111101

Color Harmonies of #EF3DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3DFB

Black with #EF3DFB

Text Example


Text Example

White with #EF3DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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