Html Css Color HEX #EF40FB Pink Flamingo

📋 copy color: '#EF40FB'

red 239 ◦ green 64 ◦ blue 251

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

Shades of Pink Flamingo #EF40FB

Tints of Pink Flamingo #EF40FB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.55%

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

R = 43.14%
G = 11.55%
B = 45.31%

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

#EF40FB (or 0xEF40FB) is known color: Pink Flamingo. HEX triplet: EF, 40 and FB. RGB value is (239,64,251). Sum of RGB (Red+Green+Blue) = 239+64+251=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 64 (25.39% from 255 or 11.55% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF40FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF40FB is #10BF04. Grayscale: #898989. Windows color (decimal): -1097477 or 16466159. OLE color: 16466159.

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

Color convert

RGB 239 64 251 -
CMYK 0.05 0.75 0 0.02
HSL 296.15º 0.96% 0.62% -
HSV(B) 296.15º 0.75% 0.98% -
XYZ 54.84 28.98 93.97 -
YUV 137.64 191.98 200.29 -
System Red Green Blue C M Y K H S L
Decimal 239 64 251 0.05 0.75 0 0.02 296.15 0.96 0.62
Hex EF 40 FB 5 4B 0 2 128 60 3E
Octal 357 100 373 5 113 0 2 450 140 76
Binary 11101111 1000000 11111011 101 1001011 0 10 100101000 1100000 111110

Color Harmonies of #EF40FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF40FB

Black with #EF40FB

Text Example


Text Example

White with #EF40FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF40FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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