#EF46FB

Color #EF46FB Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #EF46FB

Tints of Pink Flamingo #EF46FB

Color information

#EF46FB (or 0xEF46FB) is unknown color: approx Pink Flamingo. HEX triplet: EF, 46 and FB. RGB value is (239,70,251). Sum of RGB (Red+Green+Blue) = 239+70+251=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 70 (27.73% from 255 or 12.5% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF46FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF46FB is #10B904. Grayscale: #8C8C8C. Windows color (decimal): -1095941 or 16467695. OLE color: 16467695.

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

Color convert

RGB23970251-
CMYK0.050.7200.02
HSL296.02º95.77%62.94%-
HSV(B)296.02º72.11%98.43%-
XYZ55.229.794.09-
YUV141.16189.99197.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 70 (27.73% from 255) = 12.5%
BLUE value IS 251 (98.44% from 255) = 44.82%
R=42.68%
G=12.5%
B=44.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal239702510.050.7200.02296.0295.7762.94
HexEF46FB54802128603f
Octal35710637351100245014077
Binary1110111110001101111101110110010000101001010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF46FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF46FB; }

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

 H1.HeaderClassName
 {
   color: #EF46FB;
 }
 .AnyTagClassName
 {
   color: #EF46FB;
 }
</style>
background-color css

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

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

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

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

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

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