Html Css Color HEX #EF3CFB Pink Flamingo

📋 copy color: '#EF3CFB'

red 239 ◦ green 60 ◦ blue 251

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

Shades of Pink Flamingo #EF3CFB

Tints of Pink Flamingo #EF3CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.91%

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

R = 43.45%
G = 10.91%
B = 45.64%

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

#EF3CFB (or 0xEF3CFB) is known color: Pink Flamingo. HEX triplet: EF, 3C and FB. RGB value is (239,60,251). Sum of RGB (Red+Green+Blue) = 239+60+251=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 60 (23.83% from 255 or 10.91% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF3CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3CFB is #10C304. Grayscale: #868686. Windows color (decimal): -1098501 or 16465135. OLE color: 16465135.

HSL color Cylindrical-coordinate representation of color #EF3CFB: hue angle of 296.23º 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 #EF3CFB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 60 251 -
CMYK 0.05 0.76 0 0.02
HSL 296.23º 0.96% 0.61% -
HSV(B) 296.23º 0.76% 0.98% -
XYZ 54.63 28.55 93.9 -
YUV 135.3 193.3 201.97 -
System Red Green Blue C M Y K H S L
Decimal 239 60 251 0.05 0.76 0 0.02 296.23 0.96 0.61
Hex EF 3C FB 5 4C 0 2 128 60 3D
Octal 357 74 373 5 114 0 2 450 140 75
Binary 11101111 111100 11111011 101 1001100 0 10 100101000 1100000 111101

Color Harmonies of #EF3CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3CFB

Black with #EF3CFB

Text Example


Text Example

White with #EF3CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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