#EF5CF1

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

Shades of Pink Flamingo #EF5CF1

Tints of Pink Flamingo #EF5CF1

Color information

#EF5CF1 (or 0xEF5CF1) is unknown color: approx Pink Flamingo. HEX triplet: EF, 5C and F1. RGB value is (239,92,241). Sum of RGB (Red+Green+Blue) = 239+92+241=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 92 (36.33% from 255 or 16.08% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #EF5CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5CF1 is #10A30E. Grayscale: #989898. Windows color (decimal): -1090319 or 15817967. OLE color: 15817967.

HSL color Cylindrical-coordinate representation of color #EF5CF1: hue angle of 299.19º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF5CF1 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB23992241-
CMYK0.010.6200.05
HSL299.19º84.18%65.29%-
HSV(B)299.19º61.83%94.51%-
XYZ55.332.3686.55-
YUV152.94177.7189.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 92 (36.33% from 255) = 16.08%
BLUE value IS 241 (94.53% from 255) = 42.13%
R=41.78%
G=16.08%
B=42.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal239922410.010.6200.05299.1984.1865.29
HexEF5CF113E0512b5441
Octal35713436117605453124101
Binary111011111011100111100011111110010110010101110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5CF1; }

 p { color: rgb(239,92,241); }

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

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

 a { background-color: rgb(239,92,241); }

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

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

 span { border-color: rgb(239,92,241); }

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