#EF5CFF

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

Shades of Pink Flamingo #EF5CFF

Tints of Pink Flamingo #EF5CFF

Color information

#EF5CFF (or 0xEF5CFF) is unknown color: approx Pink Flamingo. HEX triplet: EF, 5C and FF. RGB value is (239,92,255). Sum of RGB (Red+Green+Blue) = 239+92+255=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 92 (36.33% from 255 or 15.70% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5CFF is #10A300. Grayscale: #9A9A9A. Windows color (decimal): -1090305 or 16735471. OLE color: 16735471.

HSL color Cylindrical-coordinate representation of color #EF5CFF: hue angle of 294.11º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF5CFF is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB23992255-
CMYK0.060.6400
HSL294.11º100%68.04%-
HSV(B)294.11º63.92%100%-
XYZ57.4733.2397.99-
YUV154.54184.7188.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.78%
GREEN value IS 92 (36.33% from 255) = 15.70%
BLUE value IS 255 (100% from 255) = 43.52%
R=40.78%
G=15.70%
B=43.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal239922550.060.6400294.1110068.04
HexEF5CFF640001266444
Octal357134377610000446144104
Binary1110111110111001111111111010000000010010011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5CFF; }

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

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

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

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

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

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

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

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